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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003clong\u003e","registrant_id":"\u003cstring\u003e","share_url":"\u003cstring\u003e","topic":"\u003cstring\u003e"}