GET webinars/{webinarId}/registrants/{registrantId}

zoom.us

Summary: Get a webinar registrant
Operation ID: webinarRegistrantGet
Auth: unknown
Description

Zoom users with a [Webinar Plan](https://zoom.us/webinar) have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a [Webinar with registration](https://support.zoom.us/hc/en-us/articles/204619915-Scheduling-a-Webinar-with-Registration) requires your registrants to complete a brief form before receiving the link to join the Webinar.<br>Use this API to get details on a specific user who has registered for the Webinar.<br><br> **Scopes:** `webinar:read:admin` `webinar:read`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`<br> **Prerequisites:**<br> * The account must have a Webinar plan.

Parameters (3)

occurrence_id (string, query, optional)

The meeting occurrence ID.

registrantId (string, path, required)

The registrant ID.

webinarId (integer, path, required)

The webinar ID in "**long**" format(represented as int64 data type in JSON).

No probe data for this endpoint yet.