POST {{baseUrl}}/webinars/:webinarId/batch_registrants
Register up to 30 registrants at once for a scheduled webinar that requires registration. Prerequisites: Scopes: Rate Limit Label:
5
, a scheduled webinar. Other types of webinars are not supported by this API.webinar:write
,webinar:write:admin
HEAVY
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"registrants": [
{
"email": "<string>",
"join_url": "<string>",
"registrant_id": "<string>"
},
{
"email": "<string>",
"join_url": "<string>",
"registrant_id": "<string>"
}
]
} |
ENDPOINTS