Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The meeting or webinar occurrence ID.
status
string Query by the registrant's status. * `pending` - The registration is pending. * `approved` - The registrant is approved. * `denied` - The registration is denied.
page_size
number The number of records returned within a single API call.
page_number
number **Deprecated.** We will no longer support this field in a future release. Instead, use the `next_page_token` for pagination.
next_page_token
string Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes.



HEADERS

Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/registrants?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>?occurrence_id=<string>&status=approved&page_size=30&page_number=1&next_page_token=<string>' -H 'Accept: application/json'

ENDPOINTS

    Key Datatype Required Description 
    Accept
    string