Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    List Panelists

    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 list all the panelists of a Webinar.

    Scopes: webinar:read:admin webinar:read

    Rate Limit Label: Medium
    Prerequisites:

    Input

    type: object properties: parameters: type: object properties: webinarId: format: int64 type: integer example: 99289110036 description: The webinar's ID. required: - webinarId title: Parameters

    Output

    type: object title: Panelist List properties: panelists: description: List of panelist objects. type: array items: type: object properties: id: description: Panelist's ID. type: string example: Tg2b6GhcQKKbV7nSCbDKug email: description: >- Panelist's email. See [Email address display rules](https://marketplace.zoom.us/docs/api-reference/using-zoom-apis#email-address) for return value details. format: email type: string example: [email protected] name: description: |- The panelist's full name. **Note:** This value cannot exceed more than 12 Chinese characters. type: string example: Jill Chill join_url: description: Join URL. type: string example: https://example.com/j/11111 virtual_background_id: type: string description: The virtual background's ID. example: xHhPyb8ERMCmiC5njPjFdQ name_tag_id: type: string description: The name tag ID to bind. example: xHhPyb8ERMCmiC5njPjFdQ name_tag_name: type: string description: The panelist's name to display in the name tag. example: name name_tag_pronouns: type: string description: The pronouns to display in the name tag. example: pronouns name_tag_description: type: string description: The description for the name tag (for example, the person's title). example: description total_records: description: Total records. type: integer example: 1