When trying to get the participants of an online meeting getting the below error using delegated permission, is there any other way to get the meeting participants

Ramyapriya Pasula 40 Reputation points
2025-01-17T09:09:11.6866667+00:00

User's image

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Accepted answer
  1. Prasad-MSFT 9,236 Reputation points Microsoft External Staff Moderator
    2025-01-20T06:25:57.6733333+00:00

    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.

    1. Retrieve an online meeting by videoTeleconferenceId
    2. Retrieve an online meeting by meeting ID
    3. Retrieve an online meeting by joinWebUrl
    4. 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.

    User's image

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.