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
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<long>",
"registrant_id": "<string>",
"share_url": "<string>",
"topic": "<string>"
} |
ENDPOINTS