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

KeyDatatypeRequiredDescription
occurrence_idsstringA 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

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;}]}