When should I call GET /report/meetings/{meetingId}/participants?

I want to call this API and store this data in my database.
What is best time to call it ?
Right after ending the meeting or should I wait for 30 mins after the meeting is ended.
Or is there some webhook event - when the reporting is complete in zoom for a meeting

@chetankhanna767 the participant report api should be fairly instantaneous upon meeting end. Definitely do not need to wait 30 minutes!

1 Like

Thanks for the quick reply

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