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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"id":"\u003cstring\u003e","updated_at":"\u003cdateTime\u003e"}