"9024: Exception of type 'Microsoft.Skype.SkypeCast.SchedulerWebRole.BusinessLogic.Teams.Common.Exceptions.TeamsMeetingProcessorException' was thrown."

Ruby Ch 0 Reputation points
2024-12-16T08:15:18.06+00:00

Hi I am getting a forbidden response when I am trying to create a meeting from postman side. I successfully got the access token using this endpoint and grant type:

POST /{{tenantID}}/oauth2/v2.0/token HTTP/1.1
Host: login.microsoftonline.com
Content-Type: application/x-www-form-urlencoded
Cookie: fpc=Aib8CXoQEVFNjWL2yzXG7fesjrOMAQAAAFTI8d4OAAAAV0Az2gIAAACSyPHeDgAAAA
Content-Length: 1746
grant_type=authorization_code&code={{code}}&client_id={{client_id}}&client_secret={{client_secret}}&redirect_uri=https%3A%2F%2Foauth.pstmn.io%2Fv1%2Fcallback&scope=offline_access%20OnlineMeetings.ReadWrite

For creating meeting:

POST /v1.0/me/onlineMeetings HTTP/1.1
Host: graph.microsoft.com
Content-Type: application/json
Authorization: ••••••
Content-Length: 157

{
    "startDateTime": "2024-12-17T14:30:34.2444915-07:00",
    "endDateTime": "2024-12-17T15:00:34.2464912-07:00",
    "subject": "User Token Meeting"
}

Got the response:

{
    "error": {
        "code": "Forbidden",
        "message": "9024: Exception of type 'Microsoft.Skype.SkypeCast.SchedulerWebRole.BusinessLogic.Teams.Common.Exceptions.TeamsMeetingProcessorException' was thrown.",
        "innerError": {
            "date": "2024-12-16T07:17:07",
            "request-id": "cef8d956-1746-4530-aea4-a2af8e9ca55c",
            "client-request-id": "cef8d956-1746-4530-aea4-a2af8e9ca55c"
        }
    }
}

I have set the permission on Azure Portal as wellimage

Still getting the same response, what could be the issue?

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.
3,476 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 3,061 Reputation points Microsoft Vendor
    2024-12-26T06:12:43.0366667+00:00

    @Ruby Ch- Yes, a Microsoft Teams license typically requires a subscription.
    Please refer below documents for more details.

    1. Microsoft Teams Essentials: $4 per user/month. This plan includes unlimited group meetings for up to 30 hours, 10 GB of cloud storage per user, and standard security features.
      Ref Doc: [ https://www.microsoft.com/en-us/microsoft-teams/teams-products]
    2. Microsoft 365 Business Basic: $6 per user/month. This plan includes everything in Teams Essentials plus custom business email, web and mobile versions of Office apps, and 1 TB of cloud storage per user.
      Ref Doc: https://www.microsoft.com/en-us/microsoft-teams/compare-microsoft-teams-business-options
    3. Microsoft 365 Business Standard: $12.50 per user/month. This plan includes desktop versions of Office apps, webinars, and additional business tools.
      Ref Doc: https://www.microsoft.com/en-us/microsoft-teams/compare-microsoft-teams-business-options

    Thanks, 

    Nivedipa

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

    .

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.