POST /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
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
meetingId |
Integer | Yes |
The meeting ID in long format. The data type of this field is "long"(represented as int64 in JSON). While storing it in your database, store it as a long data type and not as an integer, as the Meeting IDs can be longer than 10 digits. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
job_title |
String | No |
Registrant's job title. |
no_of_employees |
String | No |
Number of Employees: |
role_in_purchase_process |
String | No |
Role in Purchase Process: |
industry |
String | No |
Registrant's Industry. |
first_name |
String | Yes |
Registrant's first name. |
custom_questions[] |
Array | No |
Custom questions. |
custom_questions[].title |
String | No | |
custom_questions[].value |
String | No | |
state |
String | No |
Registrant's State/Province. |
city |
String | No |
Registrant's city. |
purchasing_time_frame |
String | No |
This field can be included to gauge interest of webinar attendees towards buying your product or service. Purchasing Time Frame: |
email |
String | Yes |
A valid email address of the registrant. |
last_name |
String | No |
Registrant's last name. |
zip |
String | No |
Registrant's Zip/Postal Code. |
org |
String | No |
Registrant's Organization. |
phone |
String | No |
Registrant's Phone number. |
country |
String | No |
Registrant's country. The value of this field must be in two-letter abbreviated form and must match the ID field provided in the Countries table. |
address |
String | No |
Registrant's address. |
comments |
String | No |
A field that allows registrants to provide any questions or comments that they might have. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.