Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,443 questions
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",
}