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 

 

Resources