Description
For Create meeting API, the scopes are mentioned as meeting:write:admin
and meeting:write
. So does it mean, user who is requesting create meeting through API should have both scope or atleast one?
Error
When I make Create meeting API with only ‘meeting:write’ with User-managed level app, it is throwing as “Invalid access token, does not contain scopes: [zms:meeting:write, meeting:write:admin].”
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a User-Level managed app
- Get OAuth token
- Hit the API to Create a Meeting or Get User details
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.