Logo
Zoom Public API Documentation

meetings-{meetingId}-recordings-registrants

Number of APIs: 2


1. Create a recording registrant

POST {{baseUrl}}/meetings/:meetingId/recordings/registrants

Cloud Recordings of past Zoom Meetings can be made on-demand. Users should be registered to view these recordings.

Use this API to register a user to gain access to On-demand Cloud Recordings of a past meeting.

Scopes: recording:write:admin,recording:write

Rate Limit Label: Light



2. List recording registrants

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: recording:read:admin,recording:read

Rate Limit Label: Medium



ENDPOINTS