Meetings Graph API
1 TopicWhen 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 participants.attendees using the Graph API (PATCH /users/{userId}/onlineMeetings/{meetingId}). After that, A, the meeting organizer, excluded user D from the meeting chat room. When you later obtain meeting information using the Graph API, user D is still included in the participants.attendees List. Is this an API bug? Or did I update incorrectly or get meeting information incorrectly?1.1KViews0likes8Comments