This error typically indicates that the resource you are trying to access does not exist or is not available with the provided meeting ID or the context you are using. Ensure that the meetingId
you are using is correct. Often, issues arise due to an incorrect or invalid meeting ID. You can verify the meeting ID by fetching the meeting details using the Graph API.
By following below APIs, you can get the participants associated with the online meeting, including the organizer and the attendees.
- Retrieve an online meeting by videoTeleconferenceId
- Retrieve an online meeting by meeting ID
- Retrieve an online meeting by joinWebUrl
- Retrieve an online meeting by joinMeetingId
We also tried to repro this issue by creating an online Meeting, getting the ID and running below API to get participant details and observed that its correctly working.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.