Perform batch registration

POST {{baseUrl}}/meetings/:meetingId/batch_registrants

Register up to 30 registrants at once for a meeting that requires registration.

Prerequisites:

  • The meeting host must be a Licensed user.
  • The meeting must require registration and should be of type 2, i.e., they should be scheduled meetings. Instant meetings and Recurring meetings are not supported by this API.

Scopes: meeting:write,meeting:write:admin

Rate Limit Label: Heavy

Request Body

{"auto_approve"=>"<boolean>", "registrants_confirmation_email"=>"<boolean>", "registrants"=>[{"email"=>"<email>", "first_name"=>"<string>", "last_name"=>"<string>"}, {"email"=>"<email>", "first_name"=>"<string>", "last_name"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;registrants&quot;:[{&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;registrant_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;participant_pin_code&quot;:&quot;\u003clong\u003e&quot;},{&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;registrant_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;participant_pin_code&quot;:&quot;\u003clong\u003e&quot;}]}