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.