Number of APIs: 2
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: Rate Limit Label: meeting:write:admin
,meeting:write
Light
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: Rate Limit Label: meeting:read:admin
,meeting:read
Medium
ENDPOINTS