Forum Discussion

Alwin_Varghese_Wilson's avatar
Alwin_Varghese_Wilson
Copper Contributor
Apr 21, 2023

How to add external users as presenter to online meeting?

I have invited an external user to my AAD and that user accepted the invitation. Now I need to create a Teams meeting using Graph API (https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http) and add this user as a presenter to it. Is there any way?

 

Thanks in Advance!

3 Replies

  • BadaBing's avatar
    BadaBing
    Copper Contributor

    Hi Alwin_Varghese_Wilson

     

    To set someone an external user as a presenter via Microsoft Graph you would need to set the https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0#onlinemeetingpresenters-values to either everyone or organization (if they are a guest user in your organization). 

     

    The Microsoft documentation is a bit conflicting on external users, but it seems like if they're registered in your Azure AD directory they should be able to present.

    • Alwin_Varghese_Wilson's avatar
      Alwin_Varghese_Wilson
      Copper Contributor

      BadaBing It's not working as expected. We tried inviting the external user to our directory, and the external user also accepted the invitation. Now if we are adding the external user as a presenter, the Share screen button is still disabled for them. The organizer needs to make them a presenter to enable the Share Screen.

      • BadaBing's avatar
        BadaBing
        Copper Contributor

        Alwin_Varghese_Wilson are there any Teams meeting policies enabled within the admin centre? Anything set up under Content Sharing could potentially be interfering.

        https://learn.microsoft.com/en-us/microsoftteams/settings-policies-reference#meetings 

Resources