POST /webinars/{webinarId}/batch_registrants
Use this API to register up to 30 registrants at once for a scheduled webinar that requires registration.
Prerequisites:
- The webinar host must be a Licensed user.
- The webinar should be of type
5, i.e., it should be a scheduled webinar. Other types of webinars are not supported by this API.
Scope:webinar:write,webinar:write:admin
Rate Limit Label:Heavy
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
webinarId |
String | Yes |
Unique identifier of the webinar. |
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 |
|---|---|---|---|
auto_approve |
Boolean | No |
If a meeting was scheduled with approval_type You cannot use this field to change approval setting for a meeting that was originally scheduled with approval_type |
registrants[] |
Array | No | |
registrants[].email |
String | Yes |
Email address of the registrant. |
registrants[].last_name |
String | No |
Last name of the registrant. |
registrants[].first_name |
String | Yes |
First name of the registrant. |
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.