List panelists
GET {{baseUrl}}/webinars/:webinarId/panelists
List all of a webinar's panelists.
Webinar panelists can view and send video, screen share, annotate, and do much more compared to webinar attendees.
Prerequisites:
- Pro or a higher plan with Webinar Add-on.
Scopes: webinar:read:admin
,webinar:read
Rate Limit Label: MEDIUM
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"panelists":[{"id":"\u003cstring\u003e","email":"\u003cemail\u003e","name":"\u003cstring\u003e","join_url":"\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"},{"id":"\u003cstring\u003e","email":"\u003cemail\u003e","name":"\u003cstring\u003e","join_url":"\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"}],"total_records":"\u003cinteger\u003e"}