Warm tip: This article is reproduced from serverfault.com, please click

Can I create Microsoft Teams online meetings on behalf of guest users using Graph API?

发布于 2020-12-03 06:35:32

I want to be able to create online meetings on behalf of users added to Azure AD that do not belong to the registered tenant of Azure (so the user has a guest account):

xyz_gmail.com#EXT#@tenant_here0

I cannot do this via the V1.0 API (create event) because I get "Office 365 REST API not enabled" - which is because the user doesn't have it enabled.

I cannot do this via the beta API (create online meeting) because I get "user "GUID_HERE" cannot be found or does not belong to the tenant." when trying to add the policy via Powershell (Grant-CsApplicationAccessPolicy)

Is there a way to create online meetings on behalf of these guest users that I am not seeing?

Questioner
matt sharp
Viewed
11
Chauncy Zhou 2020-12-03 16:56:11

These are all expected results that online meeting cannot be created from a guest.

enter image description here 1.Creating online meeting by microsoft social account(guest account),Failed.

2.Creating online meeting by microsoft social account(guest account),but now it added into tenant and belong to work or school account(Global admin role),Failed.

UPDATE

Although Guest users have the same access as members(most inclusive),it still does not work. enter image description here