Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "updated_at": "<dateTime>" }



Curl
curl -X POST 'https://api.zoom.us/v2/webinars/:webinarId/panelists' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"panelists":[{"email":"\u003cemail\u003e","name":"\u003cstring\u003e","virtual_background_id":"\u003cstring\u003e","name_tag_id":"\u003cstring\u003e","name_tag_name":"\u003cstring\u003e","name_tag_pronouns":"\u003cstring\u003e","name_tag_description":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","name":"\u003cstring\u003e","virtual_background_id":"\u003cstring\u003e","name_tag_id":"\u003cstring\u003e","name_tag_name":"\u003cstring\u003e","name_tag_pronouns":"\u003cstring\u003e","name_tag_description":"\u003cstring\u003e"}]}'

ENDPOINTS