Getting the list of my past instance meetings

Using this template helps us debug your issues more effectively :slight_smile:

Description
Is there a way for me to get a list of all my past meetings that are 1) not scheduled and 2)not my own meeting?
I tried using:

/users/{userId}/meetings

and

/past_meetings/{meetingId}/instances /users/{userId}/meetings

but they seem to be only getting me the meetings that I opened up with my zoom.
Most of the zoom meeting I get on are just through clicking on a link, and I don’t see any of those listed from these end points.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?

/users/{userId}/meetings

/past_meetings/{meetingId}/instances /users/{userId}/meetings

Additional context
Add any other context about the problem here.

Hey @jhbhan,

Thank you for reaching out to the Zoom Developer Forum. All of our APIs provide information that pertains to your account (or sub-accounts) only. For this reason, you’ll only be able to see instances of meetings that were scheduled on your account and not meetings from other accounts that you have joined.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

1 Like

Hey @jhbhan,

I should add, just in case this helps, that if you create an OAuth App and publish it on our marketplace, you’ll be able to call the API on behalf of the user/account that installs your app. I

'm not sure if this works for your use case as it would require that hosts of your meetings install your app but I wanted to make sure that I mentioned it.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.