Description
It seems like an assistant cannot use the users/[id]/meetings
endpoint to retrieve meetings from a user they are an assistant/scheduler for.
(this is real data)
I have a user: (User 1) pXCAIrM9SVSAOo5z3wwZAg
with assistants: (User 2) tvST2c-_RFiL76TZ0SEWsA and (User 3) y8btLLAWRyuhksVO7_FsLg.
Let’s say User 2 schedules a meeting for User 1.
Neither User 2 or User 3 cannot use the API to view meetings under User 1. They also do not appear when id == me.
Error
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [zms:meeting:read, meeting:read:admin, zms:meeting:write, meeting:write:admin].”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth User-level app
Which Endpoint/s?
GET https://api.zoom.us/v2/users/[id]/meetings?type=upcoming
How can we accomplish this without an Account-level app? These are user-level permissions and should work as a user-level app.