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

Request Body

{"email"=>"<email>", "first_name"=>"<string>", "address"=>"<string>", "city"=>"<string>", "comments"=>"<string>", "country"=>"<string>", "custom_questions"=>[{"title"=>"<string>", "value"=>"<string>"}, {"title"=>"<string>", "value"=>"<string>"}], "industry"=>"<string>", "job_title"=>"<string>", "last_name"=>"<string>", "no_of_employees"=>"1-20", "org"=>"<string>", "phone"=>"<string>", "purchasing_time_frame"=>"Within a month", "role_in_purchase_process"=>"", "state"=>"<string>", "status"=>"pending", "zip"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;registrant_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;share_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;}