List Meetings API: Get meetings from another user that user is Assistant/Scheduler for

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.

Hey @samly,

Please try passing in me as the [id] if this is a user level app.

Thanks,
Tommy

Right, I’ve tried using me, but I am trying to do things for users the API user can schedule for. me only gets information about the API user, not the users it is an assistant for.

1 Like

Hey @samly,

Gotcha, we are looking into this. (ZOOM-158016)

Thanks,
Tommy

Hey @samly,

We are working on a release to allow this.

Stay updated here: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

Excellent! Thanks. Will definitely be helpful once it’s available.

1 Like

You are welcome! I will keep you updated! :slight_smile:

-Tommy