Description
Hi!
I want to use Oauth2.0, but I am struggling to get it right. I am using the zoom oauth sample app (see link in how to reproduce) to get a hold of the access token and the refresh token. This works fine. However, when I send a GET for the current user (see endpoint below), I am getting “Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write, zms:user:write, user_profile, zms:user:read].” The full error message is down below. What am I missing?
Error
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write, zms:user:write, user_profile, zms:user:read].”
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint?
https://api.zoom.us/v2/users/me
How To Reproduce:
Steps to reproduce the behavior: