Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X POST 'https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"email":"\u003cemail\u003e","first_name":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","comments":"\u003cstring\u003e","country":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","last_name":"\u003cstring\u003e","no_of_employees":"1-20","org":"\u003cstring\u003e","phone":"\u003cstring\u003e","purchasing_time_frame":"Within a month","role_in_purchase_process":"","state":"\u003cstring\u003e","status":"pending","zip":"\u003cstring\u003e"}'

ENDPOINTS