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

/API

Patience Umoru
Cisco Employee
Cisco Employee

Hi Team,

 

 

 "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": "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."

        }

    ],

    "trackingId": "ROUTER_62431B41-9C3C-01BB-1348-0AFE38171348"

 

 

 

 Above is the response I am getting from /v1/meetings (GET method) with valid access token. Anyone can help me in identifying the root cause?. I am having spark:all permission enabled in my app integration. 

1 Accepted Solution

Patience Umoru
Cisco Employee
Cisco Employee

You would need to have the meeting API required scopes as described here https://developer.webex.com/docs/meetings when creating your integration having just the spark:all scope would not be enough. Also Keep in mind that you need to have the required license and also have the right roles. for meeting license you can get in touch with our Sales Team to see what options are available for you: https://www.webex.com/pricing/index.html .

 

View solution in original post

1 Reply 1

Patience Umoru
Cisco Employee
Cisco Employee

You would need to have the meeting API required scopes as described here https://developer.webex.com/docs/meetings when creating your integration having just the spark:all scope would not be enough. Also Keep in mind that you need to have the required license and also have the right roles. for meeting license you can get in touch with our Sales Team to see what options are available for you: https://www.webex.com/pricing/index.html .