Reputation: 615
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?
Upvotes: 0
Views: 803
Reputation: 1065
These are all expected results that online meeting cannot be created from a guest.
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.
Upvotes: 1