
Announcements
Hi Team ,
Could anyone suggest me with this requirement :
Needs to create a "meetnow" invite in a Teams Channel using Microsoft graph API
For this I'm taking help from these few articles
1. https://myteamsday.com/2019/09/10/using-graph-api-to-create-a-instant-meeting-in-teams/
This article suggests me the JSON payload and the API URI for this purpose
This one is microsoft's article to Create an online meeting with URI and JSON and few tips for authentication
This article helped me in applying the registration in Azure and using the parameters in the FLow.
SO far I have managed to register my app in Azure and got the Onlinemeeting.ReadWrite Permissions for the app.
But while using it in the flow i'm still getting a "forbidden error" Do I need some other permissions :
Below is a full snapshot of the flow :