How to allow everyone bypass lobby in onlineMeetings created by API?

Eduardo Souza 20 Reputation points
2023-11-06T17:49:05.26+00:00

Hello,

On november 3rd i was able to create a onlineMeeting using the follow settings:

With this settings it is possible to anyone outside the organization start the meeting, without the organizer presence.

Today on november 6th, i can normally create the onlineMeeting with this settings, but the meeting only starts after the organizer joining the meeting.

Why this changed from 3 to 6 november ?

Permissions:

How to reproduce:

https://graph.microsoft.com/v1.0/users/${userId}/onlineMeetings
{
  "startDateTime": new Date().toISOString(),
  "endDateTime": new Date().toISOString(),
  "subject": "test subject",
  "isEntryExitAnnounced": false,
  "autoAdmittedUsers": "everyone",
  "outerMeetingAutoAdmittedUsers": "everyone",
  "joinMeetingIdSettings": {
    "isPasscodeRequired": false
  },
  "lobbyBypassSettings": {
    "scope": "everyone"
  }
}
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Accepted answer
  1. JimmyYang-MSFT 58,646 Reputation points Moderator
    2023-11-13T09:34:08.94+00:00

    @Eduardo Souza

    Thanks for your feedback above which shared more information and glad to know that your issue is resolved now! Since our forum has the policy that The question author cannot accept their own answer. They can only accept answers by others, and according to the scenario introduced here: Answering your own questions on Microsoft Q&A

    I would make a brief summary of this post so that other forum members could easily find useful information here:

    [How to allow everyone bypass lobby in onlineMeetings created by API - Summary]

    Issue Symptom:
    i can normally create the onlineMeeting with this settings, but the meeting only starts after the organizer joining the meeting.

    Solution:
    Go to MS Teams Admin Center > Meetings > Meeting Policies

    • Add a custom policy and change configurations bellow:

    User's image

    • Assign this policy to the user used on API Permissions config.

    You could "Accept Answer" for this summary to close this thread, and your action would be helpful to other users who encounter the same issue and read this thread. Thanks for your understanding!


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Eduardo Souza 20 Reputation points
    2023-11-10T10:46:38.5233333+00:00

    Just found the solution:

    Go to MS Teams Admin Center > Meetings > Meeting Policies

    • Add a custom policy and change configurations bellow:

    User's image

    • Assign this policy to the user used on API Permissions config.

    Now the guests are able to join without the organizer on meetings created by this user through API.

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.