Restrictions of User-Level App

Description
Can User installed with User-Level App can create a meeting? Does it should only the account-level app?
Is User-Level app only for viewing of the his/her information like Profile details, meetings information? Can he/she create meetings with those scopes (that comeup with User-Level app)?

Error
Seeing error while making request to create meeting as
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [zms:meeting:write, meeting:write:admin].”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @yln99517, user-level apps allow an individual to read/write their own data. The OAuth app will require certain scopes based on the APIs you are wanting to access. In order for the application to be able to access the Meetings API, for example, you will need to request these required scopes.

A user level app will only be able to request user-level scopes; so it cannot make requests on behalf of other users.

An account-level app can be installed by someone with an Admin level permission, so they can make requests for other users on that account.