Guest is unable to join teams meeting without sign in

Copper Contributor

So, I have purchased Microsoft 365 Business Premium subscription.

I am able to create a meeting link via https://developer.microsoft.com/en-us/graph/graph-explorer successfully

{
"startDateTime": "2020-02-14T16:41:34.2444915-07:00",
"endDateTime": "2020-03-16T16:59:34.2464912-07:00",
"subject": "User Token Meeting"
}
 
"id": "MSo3MDc3NmEwZi0zMWQwLTQ2NDAtYTM5Zi03OGM0YzM1MDE0MzUqMCoqMTk6bWVldGluZ19NakEzWlROa1lXRXRPV1EwTVMwME0yRXhMV0ZqTW1VdE1HSXdOV000TlRaallXWTBAdGhyZWFkLnYy",
"creationDateTime": "2021-03-02T20:33:49.7092063Z",
"startDateTime": "2020-02-14T23:41:34.2444915Z",
"endDateTime": "2020-03-16T23:59:34.2464912Z",
"subject": "User Token Meeting",
"isBroadcast": false,
"autoAdmittedUsers": "EveryoneInCompany",
"outerMeetingAutoAdmittedUsers": null,
"isEntryExitAnnounced": true,
 
But in the response when i get the URL, it is asking me to sign in. Due to this I am unable to share the link with my team.
Please help how we can make it oprn for guest to join, so whoever has the link can join in.
 sj485_0-1614717950119.png

 

 

 

1 Reply

@sj485 Hello, I have no experience from Graph. But I do know about Teams and how to set it up for anyone to join so hope this helps.

 

There's a general setting called "anonymous join" https://docs.microsoft.com/en-us/microsoftteams/meeting-settings-in-teams#allow-anonymous-users-to-j... 

 

And you also have the lobby settings called AutoAdmittedUsers, can be set per-meeting or by using policy. I noticed in the text above that it said EveryoneInCompany and that would explain why external cannot join directly Manage meeting policies - Microsoft Teams | Microsoft Docs

 

-AutoAdmittedUsers
Determines what types of participants will automatically be added to meetings organized by this user. Possible values are:

 

EveryoneInCompany, if you would like meetings to place every external user in the lobby but allow all users in the company to join the meeting immediately.


Everyone, if you'd like to admit anonymous users by default.


EveryoneInSameAndFederatedCompany, if you would like meetings to allow federated users to join like your company's users, but place all other external users in a lobby.


OrganizerOnly, if you would like that only meeting organizers can bypass the lobby.

 

This setting also applies to participants joining via a PSTN device (i.e. a traditional phone).