cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
106
Views
0
Helpful
2
Replies

Need help with meeting:admin_config_read meeting:admin_config_write

Hi Team,
I am using below payload for getting access token
https://webexapis.com/v1/access_token 
with below payload 

{
"grant_type":"refresh_token",
"client_id":"**********",
"client_secret":"***************",
"refresh_token":"*************",
"scope": "identity:groups_rw spark:all meeting:admin_config_read meeting:admin_config_write"
}

In payload I requested for scope meeting:admin_config_read meeting:admin_config_write but in response I am not getting scope meeting:admin_config_read meeting:admin_config_write.

Response received:

{
"access_token": "**********************",
"expires_in": 1209599,
"refresh_token": "****************************",
"refresh_token_expires_in": 7775983,
"token_type": "Bearer",
"scope": "identity:groups_rw spark:all spark:kms identity:groups_read spark-admin:people_write spark-admin:roles_read identity:tokens_write identity:people_read identity:tokens_read identity:people_rw spark-admin:people_read"
}


Due to this I am not able to access the Meetings endpoints via Postman.


Could you please assist, am I doing any mistake?

Thanks,
Prashant

2 Replies 2

Janos Benyovszki
Cisco Employee
Cisco Employee

@prashant-chinchkar note, that if the Integrations scopes changes since the creation of the access token / referesh token pair, you would need to create a new token to have them applied. If you authorize the Integration again and get a new token pair, do you have the same issue?

@Janos Benyovszki Does this mean My integration should get authorise again with meeting:admin_config_read meeting:admin_config_write?
When I created a integration I chosen meeting:admin_config_read meeting:admin_config_write scopes.