Forum Discussion

Vaibhavi2495's avatar
Vaibhavi2495
Copper Contributor
Aug 27, 2024

MS Teams Meeting - Get Meeting Participants From Graph API

Hi,

I’m looking to retrieve the participants of a meeting using the Microsoft Graph API.

 

Currently, I use the calendarView API to obtain details of the meeting from a user's calendar. However, if a new participant is added during the meeting, I want to be able to see the updated list of attendees.

I've tried using the onlineMeetings API with the endpoint onlineMeetings/{meetingId}, but this only provides details of the participants who were part of the scheduled meeting (basically participants present in the meeting in user's calendar). It doesn’t reflect any additions or removals of participants that occur during the call.

 

I also explored the chats API with the endpoint https://graph.microsoft.com/v1.0/me/chats/19:meeting_Oxxx1@thread.v2/members, which gives me the current members of the meeting chat, but I need to get the list of participants present in the meeting.

 

Is there another method to get a list of all participants in a meeting?

 

Prasad_Das-MSFT Vaibhav-MSFT 

 

    • Meghana-MSFT's avatar
      Meghana-MSFT
      Icon for Microsoft rankMicrosoft

      Vaibhavi2495 - We are able to repro this. We raised a bug for this, we will keep you posted on the updates. Thank you.

      • mhenriks's avatar
        mhenriks
        Copper Contributor

        Hello, are there any updates or any other locations I could follow up? Our team is also looking to pull a list of attendees based on actual meeting participation.

Resources