Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was able to create meeting by making post request to '/users/{id}/onlineMeetings' with lobbyBypassSettings that has scope of "invited". All the user that were not invited were then placed in the lobby. However, we dont want organizer/ coorganizer in the meeting to accept the people that were not invited and therefore we would like to have option to remove the lobby or maybe automatically reject people who are not invited?
lobbyBypassSettings: {
scope: "invited",
}
An API that connects multiple Microsoft services, enabling data access and automation across platforms