POST {{baseUrl}}/meetings/:meetingId/batch_registrants
Register up to 30 registrants at once for a meeting that requires registration. Prerequisites: Scopes: Rate Limit Label:
2
, i.e., they should be scheduled meetings. Instant meetings and Recurring meetings are not supported by this API.meeting:write
,meeting: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>",
"participant_pin_code": "<long>"
},
{
"email": "<string>",
"join_url": "<string>",
"registrant_id": "<string>",
"participant_pin_code": "<long>"
}
]
} |
ENDPOINTS