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: Rate Limit Label: recording:write:admin
,recording:write
Light
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
ENDPOINTS