0

MS Teams Create Online Meeting step

I have been looking into the MS Teams"Create Online Meeting" step in Flow Designer.
The only place it asks for credentials is when setting up the endpoint. If you create the Microsoft Graph API endpoint there is a "Connect' button.
Clicking this brings you to a Microsoft sign-on screen. It brought up my work email so I selected that but on the next screen it said I needed admin approval.
It did offer me the opportunity to sign in with another account. I do have an admin account so I thought I could use that. However, the admin account is an Object ID not an email or phone.

I have custom step where I use the Object ID to create an online meeting. I got the syntax for the call here:
https://docs.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http
This is what the doc says:

POST /users/{userId}/onlineMeetings
Note: userId is the object ID of a user in Azure user management portal.

My custom step works using the object ID.

I'd like to understand exactly what credentials are needed to get the out of the box step to work.

3 comments

Please sign in to leave a comment.