cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
249
Views
0
Helpful
1
Replies

How to update a meeting which was created the webex app via api.?

albin-antony
Level 1
Level 1

I am trying to enable auto recording for a meeting which was created by a user using the webex app

I am using the patch method with the endpoint /v1/meetings/<meeting_id> to update the meeting 

I am using the access token of the user who created the meeting in the above API call. 

I am encountering error from API

{
"message": "The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses.",
"errors": [
{
"description": "It's not allowed to update or patch a meeting scheduled from Addin or Webex App."
}
],
"trackingId": "WEBEX-DEV-PORTAL_85b3f9a9-79d4-4674-b8b5-52f82a563a42_51"
}

Is there any way I could make this work.?

 

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@albin-antony  this error is expected, because there is a block on these type of requests (updating meetings that were generated via the app or the 3rd party plugins, such as Gmail or Outlook) to prevent potential duplicates, that would otherwise result from these API requests. If you absolutely must do these type of requests via the API, there is a way to unblock them for you, but you will be affected by the issue this block is supposed to prevent. If you still want to go ahead with this, please email support https://developer.webex.com/support and we will evaluate your request.