Forum Discussion
Vaibhavi2495
Aug 27, 2024Copper Contributor
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, i...
Meghana-MSFT
Jan 16, 2025Former Employee
Hi mhenriks - Unfortunately, we do not have any updates to share. We are following up with engineering team for updates. We will keep you posted.
Meghana-MSFT
Jan 27, 2025Former Employee
Hi, we got the below update from engineering team.
Currently we don’t support this on the onlinemeetings participants API as that is only for the static list of invited participants.
The way to get all participants who attended the meeting is using the attendance reports API - https://learn.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0
- AR0MAN0May 27, 2025Copper Contributor
Hi, I have the same issue, is there anything updates?
I am currently using chat members to get the presence of users who are joining the meeting at the moment, but it isn't the best solution.
Thanks for any suggestions.
AR