Meeting past participant list with join & leave times via OAuth?

Description
Is it possible to retrieve the past participants list & the times they joined & left, via OAuth? I see the report API has that info, but it’s scoped as admin only. On the UI, a user can retrieve the report for their meetings, with out special privileges.

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

Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetingparticipants vs https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingparticipants

Additional context
Without using the JWT token - which grants full admin privileges, I want to be able to retrieve the participants of my user’s meeting, as well as when they joined. This report is available in the UI, but is not, seemingly, via the API.

Hey @matthew.h.barr,

Thank you for reaching out to the Zoom Developer Forum. You’re right, it looks like the only user-level API we have is the Get Past Meeting Participant API and that doesn’t have join/leave times.

As a workaround, you can create an account-level OAuth application but, as you mentioned, this would require admin scopes for the app.

If you would like that API to be considered for a future release, I recommend posting in the #feature-requests category.

Thanks,
Max

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