Scopes for Create Meeting

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:

  1. Create a User-Level managed app
  2. Get OAuth token
  3. 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.

Hi @yln99517 this is correct, the user who is attempting the request needs to have the Role Permissions associated with the scopes in order to install the application.

The application (identified by client_id) which is requesting the access_token will need to request these scopes on the App Marketplace page.