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
| Key | Datatype | Required | Description |
| occurrence_ids
| string | | A 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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003clong\u003e","join_url":"\u003cstring\u003e","registrant_id":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","topic":"\u003cstring\u003e","occurrences":[{"duration":"\u003cinteger\u003e","occurrence_id":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","status":"\u003cstring\u003e"},{"duration":"\u003cinteger\u003e","occurrence_id":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","status":"\u003cstring\u003e"}],"participant_pin_code":"\u003clong\u003e"}