Add panelists

POST {{baseUrl}}/webinars/:webinarId/panelists

Panelists in a webinar can view and send video, screen share, annotate, and do much more compared to attendees in a webinar.
Add panelists to a scheduled webinar.

Prerequisites: * Pro or a higher plan with the Webinar Add-on.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: MEDIUM

Request Body

{"panelists"=>[{"email"=>"<email>", "name"=>"<string>", "virtual_background_id"=>"<string>", "name_tag_id"=>"<string>", "name_tag_name"=>"<string>", "name_tag_pronouns"=>"<string>", "name_tag_description"=>"<string>"}, {"email"=>"<email>", "name"=>"<string>", "virtual_background_id"=>"<string>", "name_tag_id"=>"<string>", "name_tag_name"=>"<string>", "name_tag_pronouns"=>"<string>", "name_tag_description"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;}