Add a webinar registrant
POST {{baseUrl}}/webinars/:webinarId/registrants?occurrence_ids=<string>
Create and submit a user's registration for a webinar. Zoom users with a Webinar plan have access to creating and managing webinars. Webinars allow hosts to broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a webinar with registration requires your registrants to complete a brief form before receiving the link to join the webinar.
Prerequisites:
- A Pro or higher plan with the Webinar add-on.
Scopes:
webinar:write
,
webinar:write:admin
Rate Limit Label
:
LIGHT
Request Params
| Key | Datatype | Required | Description |
| occurrence_ids
| string | | A comma-separated list of webinar occurrence IDs. Get this value with the Get a webinar API. Make sure the registration_type
is 3 if updating multiple occurrences with this 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"=>"1-3 months", "role_in_purchase_process"=>"Not involved", "language"=>"jp-JP", "source_id"=>"<string>"}
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"}]}