Panelists in a Webinar can view and send video, screen share, annotate, etc and do much more compared to attendees in a webinar.Use this API to add panelists https://support.zoom.us/hc/enus/articles/115005657826InvitingPaneliststoaWebinar#h_7550d59e23f547039e22e76bded1ed70 to a scheduled webinar.**Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium**Prerequisites:*** Pro or a higher plan with Webinar Addon https://zoom.us/webinar .

addPanelists(webinarId, panelists = NULL, return_response = F)

Arguments

webinarId

The webinar ID in "**long**" format represented as int64 data type in JSON .

panelists

List of panelist objects.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.