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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"registrants":[{"email":"\u003cstring\u003e","join_url":"\u003cstring\u003e","registrant_id":"\u003cstring\u003e","participant_pin_code":"\u003clong\u003e"},{"email":"\u003cstring\u003e","join_url":"\u003cstring\u003e","registrant_id":"\u003cstring\u003e","participant_pin_code":"\u003clong\u003e"}]}