Forum Discussion
erdi kudu
Oct 20, 2021Copper Contributor
Change Teams Meeting Options (Who can bypass lobby) via Graph API
I would like to change the who can bypass lobby meeting options of teams meeting via power automate using graph api. So, I checked the meeting options via teams user interface like below first photo....
erdi kudu
Nov 08, 2021Copper Contributor
I found the resolution. I will write here if anybody faces this kind of issue. Microsoft released new two lobbybypasssettings for Graph API.
organizationExcludingGuests - Only the participants from the same company are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
invited - Only people the organizer invites are admitted into the meeting and bypassing the lobby. All other participants are placed in the meeting lobby.
I used the organizationExcludingGuests parameter. So, I prevent the attendees to approve the guest users.
vishnubhandarge1070
Jul 25, 2025Copper Contributor
Thanks it is helpful for me.