Trying to create a Teams meeting, but get "Forbidden"

sanu 1 Reputation point
2022-05-25T04:59:21.36+00:00

I have created an Azure AD application using work email account, and now trying to allow my app users to create MS Teams meetings, after authenticating their accountswith my app. But I always get this error as a response for a post request to: "https://graph.microsoft.com/v1.0/me/onlineMeetings"

{
"error": {
"code": "Forbidden",
"message": "An error has occurred.",
"innerError": {
"date": "2022-05-25T04:52:58",
"request-id": "418863b2-8c12-47d0-8be7-bcd53b24db79",
"client-request-id": "38cc0c95-b9ae-a706-9f1c-e24d75aa07cd"
}
}
}

am getting same erorr on running same at graph explorer

decoded token and permissions granted were205259-screenshot-from-2022-05-23-16-04-15.png attached205240-screenshot-from-2022-05-24-10-14-59.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,843 questions
{count} votes