Add a meeting registrant

POST {{baseUrl}}/meetings/:meetingId/registrants?occurrence_ids=<string>

Create and submit a user's registration to a meeting. See Customizing webinar registration for details on how to set the requirements for these fields. Note that there is a maximum limit of 4,999 registrants per meeting and users will see an error if the meeting's capacity is reached.

Prerequisites: * The host must be a Licensed user type.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light

Request Params

KeyDatatypeRequiredDescription
occurrence_idsstringA comma-separated list of meeting occurrence IDs. You can get this value with the Get a meeting API.

Request Body

{"email"=>"<email>", "first_name"=>"<string>", "last_name"=>"<string>", "address"=>"<string>", "city"=>"<string>", "state"=>"<string>", "zip"=>"<string>", "country"=>"<string>", "phone"=>"<string>", "comments"=>"<string>", "custom_questions"=>[{"title"=>"<string>", "value"=>"<string>"}, {"title"=>"<string>", "value"=>"<string>"}], "industry"=>"<string>", "job_title"=>"<string>", "no_of_employees"=>"", "org"=>"<string>", "purchasing_time_frame"=>"No timeframe", "role_in_purchase_process"=>"Evaluator/Recommender", "language"=>"Tr-TR", "auto_approve"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;registrant_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;occurrences&quot;:[{&quot;duration&quot;:&quot;\u003cinteger\u003e&quot;,&quot;occurrence_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;},{&quot;duration&quot;:&quot;\u003cinteger\u003e&quot;,&quot;occurrence_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}],&quot;participant_pin_code&quot;:&quot;\u003clong\u003e&quot;}