GET {{baseUrl}}/meetings/:meetingId/recordings/registrants?status=approved&page_size=30&page_number=1&next_page_token=<string>
Use this API to list registrants of a past meeting's on-demand cloud recordings. Users must register to view the recordings. Scopes: Rate Limit Label: recording:read:admin
,recording:read
Medium
Body
PARAM
Key | Datatype | Required | Description |
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
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
ENDPOINTS