Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Update A Webinar S Branding Name Tag

    Use this API to update a webinar's Session Branding name tag. Scopes: webinar:write, webinar:write:admin
    Rate Limit Label: Medium

    Prerequisites:

    • The Webinar Session Branding setting enabled.

    Input

    type: object properties: parameters: type: object properties: webinarId: format: int64 type: integer example: 99289110036 description: The webinar's ID. nameTagId: type: string example: J0sFXN2PSOCGrqTqLRwgAQ description: The name tag's ID. required: - webinarId - nameTagId title: Parameters data: type: object properties: name: type: string description: |- The name tag's name. **Note:** This value cannot exceed more than 50 characters. example: name text_color: type: string description: The name tag's text color. format: Hex color code example: 0e72ed accent_color: type: string description: The name tag's accent color. format: Hex color code example: 0e72ed background_color: type: string description: The name tag's background color. format: Hex color code example: 0e72ed is_default: type: boolean default: false description: Whether set the name tag as the default name tag or not. example: true set_default_for_all_panelists: type: boolean default: true description: >- Whether to set the name tag as the new default for all panelists or not. This includes panelists not currently assigned a default name tag. example: true title: Data