Forum Discussion
LeeJinWoo
Dec 18, 2023Copper Contributor
When obtaining meeting information using Graph API, excluded users are still searched as participant
Hi, I created an online meeting using the Graph API (POST /users/{userId}/onlineMeetings) and added users A, B, and C as participants. After creating the meeting, user D was added by UPDATE partici...
LeeJinWoo
Jan 02, 2024Copper Contributor
Hi, Happy New Year.
In your third step guide, remove the last C user from the chat window of the meeting, not the API, and then GET the meeting information through the API.
In this case, user C still exists in the participant list.
In your third step guide, remove the last C user from the chat window of the meeting, not the API, and then GET the meeting information through the API.
In this case, user C still exists in the participant list.
Prasad_Das-MSFT
Microsoft
Jan 02, 2024LeeJinWoo - We tried removing the participant manually and again ran the GET query using the meeting Id and can observe that its returning 3 participants.
This seems to be by design because the removed participant was part of the meeting and using that meeting id only, we are getting meeting details. So, its showing 3 participants.