Forum Discussion
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-MSFTMicrosoft
Vaibhavi2495, thanks for raising your query. Team will look into the issue and will update you.
- Meghana-MSFTMicrosoft
Vaibhavi2495 - We are able to repro this. We raised a bug for this, we will keep you posted on the updates. Thank you.