Get instant meeting instances per user

How can I get the history of instant meetings of a user?

This does not contain instant meetings:
GET /users/{userId}/meetings

So I cannot use the meetingId that is required here:
GET /past_meetings/{meetingId}/instances

Thanks,
Michael

Hey @wis2biz,

You can get past meetings per user via the following endpoint:

https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings

Thanks,
Tommy

1 Like