Get participants occurrence wise

Is there any way to fetch the participants of specific recurring zoom webinar?

I am using below endpoint but getting same participants for all the occurrences.

https://api.zoom.us/v2/report/webinars/92350456592/participants?occurrence_id=1623236400000

Hi @rkrakeshsaini.78,

Thanks for reaching out about this, and good question.

For this endpoint, you will need to pass the UUID of the specific occurrence in the request URL, in place of the Meeting ID.

If you need to get the UUID for a past occurrence of a recurring meeting, you can first call this endpoint:

Let me know if this helps!
Will

Hey @will.zoom ,

This works fine.

Thank you!!

Awesome, glad I could help. :slight_smile:

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