Logo
Zoom Public API Documentation

webinars-{webinarId}-registrants

Number of APIs: 2


1. Add a webinar registrant

POST {{baseUrl}}/webinars/:webinarId/registrants?occurrence_ids=<string>

Create and submit a user's registration for a webinar. Zoom users with a Webinar plan have access to creating and managing webinars. Webinars allow hosts to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a webinar with registration requires your registrants to complete a brief form before receiving the link to join the webinar.

Prerequisites: * A Pro or higher plan with the Webinar add-on.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT



2. List webinar registrants

GET {{baseUrl}}/webinars/:webinarId/registrants?occurrence_id=<string>&status=approved&tracking_source_id=<string>&page_size=30&page_number=1&next_page_token=<string>

List all users that have registered for a given webinar. Zoom users with a webinar plan have access to creating and managing webinars. The webinar functionality lets a host broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a webinar with registration requires your registrants to complete a brief form before receiving the link to join the webinar.

Prerequisites * Pro or higher plan with a Webinar Add-on.

Scopes: webinar:read:admin,webinar:read

Rate Limit Label: MEDIUM



ENDPOINTS