Description
Getting this error when trying to create a new meeting despite using the mentioned scopes meeting:write:admin, meeting:write in the API and checked theses scopes in the app management.
Error
403:Authenticated user has not permitted access to the targeted resource
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
POST /users/me/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Get your access token with theses scopes meeting:read,meeting:write:admin,meeting:write and try to create a meeting.
Screenshots (If applicable)
Additional context
Gettings meetings works, but creating meetings doesn’t…