Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm currently getting a 403 error when attempting to call the following endpoints, even though I think I have the correct scopes:GET https://webexapis.com/v1/teams GET https://webexapis.com/v1/roomsThe error response looks like this403 { "message...
Thanks! Adding the spark:rooms_read and spark:teams_read scopes worked. The user does have admin + compliance admin roles, but I guess the endpoint requires other scopes instead.