Bot is not authorized to remove organizer in the conversation

Maksym Rossiitsev 1 Reputation point
2021-08-03T19:12:39.683+00:00

Good afternoon,

Having troubles with this operation https://learn.microsoft.com/en-us/graph/api/participant-delete?view=graph-rest-1.0&tabs=java
It seems like previously submitted question was resolved (somewhat, I didn't change anything on my side, it just started working) - https://learn.microsoft.com/en-us/answers/questions/499771/unknown-internal-server-error-while-trying-to-remo.html

But now, whenever there's a meeting organizer that has to be removed from the meeting, I get an error:
398: Bot is not authorized to remove organizer in the conversation

Does it mean that I am supposed to give additional permissions to the bot, or is it about something else?

Thank you

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,521 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JosephXu-MSFT 531 Reputation points
    2021-08-04T05:32:22.52+00:00

    As the document said:
    Tenant-level application meeting configuration is required to allow an application to call this API. You should ask the tenant admin to call the following cmdlet on the tenant remote PowerShell to grant the permission to the application to call this API. For more information, see Set-CsApplicationMeetingConfiguration.

       Set-CsApplicationMeetingConfiguration -AllowRemoveParticipantAppIds @{Add="app_id"}