Description
I authorized user with these scopes:
scope: ‘meeting:read meeting:write user:read user:write user_profile webinar:write’
However when I use this token to create meeting request. I get this in response:
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [zms:meeting:write, meeting:write:admin]”
}
Error
The full error message or issue you are running into.
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:
@tommy, thanks for this. I’ve seen the response to switch from {userId} to me several times today in the forum. Is there a place in the docs that explains when to use me vs {userId}?
@tommy, FWIW, the APIs dont seem to work for OAuth in any other way but the me context.
If I am not mistaken, all the embedded postman tests in the docs fail for OAuth apps because of this. Attaching one such example, where you can see that the URL for the POST is hardcoded, and an OAuth access token won’t allow for the call to work. At least, I haven’t managed to make it happen, so maybe I’m missing something else.
Yes I am, I think its out of scope, because in the ME api its only allowed to make POST and GET call for meeting. so Patch is not included. correct me if I am wrong