Perform batch registration
POST {{baseUrl}}/webinars/:webinarId/batch_registrants
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 type
5
, a scheduled webinar. Other types of webinars are not supported by this API.
Scopes:
webinar:write
,
webinar:write:admin
Rate Limit Label
:
HEAVY
Request Body
{"auto_approve"=>"<boolean>", "registrants"=>[{"email"=>"<email>", "first_name"=>"<string>", "last_name"=>"<string>"}, {"email"=>"<email>", "first_name"=>"<string>", "last_name"=>"<string>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"registrants":[{"email":"\u003cstring\u003e","join_url":"\u003cstring\u003e","registrant_id":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","join_url":"\u003cstring\u003e","registrant_id":"\u003cstring\u003e"}]}