List of meetings a user participated

Description
Need a list of meetings attended by a specific user.

Since List Meeting Registrants require a meetingId, I looked for how to list past meetings and I discovered no API.

So how do I get a list of meetings with a specific registrant?
or
How do I get a list of past meetings so I can write my own loop to fetch registrant?

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

Additional context
I know I can fetch a participant list from a known meeting Id

Hey @dmonast,

Thank you for reaching out to the Zoom Developer Forum. Try using the Get Meeting Participant Report API and let me know if that has inthe information you’re looking for.

Thanks,
Max

I found the metric APIs which gave me a list of past meetings (metrics/meetings) then I was able to iterate thru each meeting requesting participants (metrics/meetings/{meetingUUID}/participants).

This was a bit tedious but it worked. If there is an easier and quicker way (less API request) please let me know.

Hey @dmonast,

That sounds like a great method! I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Thanks,
Max