Forum Discussion
When obtaining meeting information using Graph API, excluded users are still searched as participant
LeeJinWoo - We tried below steps of adding and removing participants using PATCH api and we are getting correct participants list as follows:
1.Creating an online meeting with participants A & B.
POST https://graph.microsoft.com/v1.0/users/cxxdef33-d7xx-444c-xx28-be1f95e6b6f2/onlineMeetings
In result we have 2 participants
2. Then added another participant C to the existing meeting using PATCH function.
In result we have 3 participants
3. Then removed added participant C using PATCH function.
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-MSFTJan 02, 2024
Microsoft
LeeJinWoo - 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.