Forum Discussion
Emirbz
Aug 02, 2021Copper Contributor
Powershell alternative to allow applications to access online meetings on behalf of a user
Hello ,
I'm trying to use Microsoft graph API in my applications to allow users to create online meeting using the application token.
I followed this tutorial where it is mentioned that is required to create an application access policy and grant it to a user.
It's working perfectly using powershell.
My problem and my question : is there any other way to grant a user the access to create online meeting without passing by windows powershell ( like using microsoft graph api, admin dashboard ) because i can't ask my clients to execute commands on powershell to give onlineMeetings to a user.
Thank you ,
- Hi Emirbz
See here: great explanation by Tom Morgan which outlines how to set it up
https://blog.thoughtstuff.co.uk/2020/09/you-can-now-create-microsoft-teams-meetings-as-an-application-without-a-users-needing-to-be-present-heres-how-to-use-application-access-policy/
Hope that answers your question
Best, Chris
https://docs.microsoft.com/en-us/graph/choose-online-meeting-api
I guess it depends on what API you use.
- Hi Emirbz
See here: great explanation by Tom Morgan which outlines how to set it up
https://blog.thoughtstuff.co.uk/2020/09/you-can-now-create-microsoft-teams-meetings-as-an-application-without-a-users-needing-to-be-present-heres-how-to-use-application-access-policy/
Hope that answers your question
Best, Chris
https://docs.microsoft.com/en-us/graph/choose-online-meeting-api
I guess it depends on what API you use.- HunaidHanfee-MSFTMicrosoftEmirbz - Is the solution helpful for you?
- HunaidHanfee-MSFTMicrosoftHello, Are you looking Graph API to access online meetings on behalf of a user?