Hi Team,
I’m using the following endpoint to retrieve meeting participant details:
https://api.zoom.us/v2/report/meetings/:meetingId/participants?page_size=30&include_fields=registrant_id
I have a question regarding its behavior in the following scenario:
If a meeting (with the same Meeting ID and same Host) is started on July 8, 2025 at 8:00 AM and ended at 5:58 PM, and then another meeting is started again at 5:59 PM and ended at 6:00 PM, will this endpoint return participant data for both meeting sessions, or only the latest one?
Please advise.
Thank you!