Unable to Pull Webinar attendees info in V2 API

Description
Unable to Pull Webinar attendees info in V2 API.

Error
This API is only available for Business or higher accounts that have enabled the Dashboard feature.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
URL : https://api.zoom.us/v2/metrics/webinars/574923305/participants

How To Reproduce (If applicable)
Try to pull attendees information for a webinar meeting.

Additional context
We are currently migrating our application to V2 API’s. We are facing error while fetching the attendees information.
Please note : In V1 API we used to use the below URL for pulling the attendees information
https://api.zoom.us/v1/webinar/attendees/list?api_key=""&api_secret=""&id=""&host_id=""

Please let us know how to proceed with this and if there is any workaround, because same functionality used to work with V1 API (for Pro account as well) and we have been using it for years.

Think I have found the answer. I should use the below V2 URL to fetch the attendee info.
https://api.zoom.us/v2/report/webinars/{webinarID}/participants

1 Like

Hey @Kim_Albee,

Yep, that is the correct endpoint! :slight_smile:

Let us know if you have additional questions!

Thanks,
Tommy