Getting list of participants of a webinar

I’m trying to get the list of webinar participants (mainly interested in their join and leave time). I’m on a Pro account with Webinar addition. I’m able to get meetings’ participants, but not Webinars.

Depending on which API I call, I get:

https://api.zoom.us/v2/past_meetings/{webinarId}/participants ==> getting 'code': 300, 'message': 'Can not access webinar info, {meeringId}'

https://api.zoom.us/v2/metrics/webinars/{webinarId}/participants
{‘code’: 200,
‘message’: ‘Only available for paid account and enabled Dashboard feature.’}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I’m using JWT

Which Endpoint/s?
Please see above

OK never mind, I found the answer. For future reference, it is /metrics/webinars/{webinarId}/participants , as explained here:

1 Like

Happy you resolved your issue! :slight_smile:

You can also use the Webinar Participant Report endpoint if you only have a Pro account:

-Tommy