Logo
Zoom Public API Documentation

meetings-{meetingId}-registrants

Number of APIs: 2


1. Add a meeting registrant

POST {{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=<string>

Create and submit a user's registration to a meeting. See Customizing webinar registration for details on how to set the requirements for these fields. Note that there is a maximum limit of 4,999 registrants per meeting and users will see an error if the meeting's capacity is reached.

Prerequisites: * The host must be a Licensed user type.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light



2. List meeting registrants

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

A host or a user with admin permission can require registration for a Zoom meeting. List users that have registered for a meeting.

Scopes: meeting:read:admin,meeting:read

Rate Limit Label: Medium



ENDPOINTS