Logo
Zoom Public API Documentation

Set webinar's default branding Virtual Background

PATCH {{baseUrl}}/webinars/:webinarId/branding/virtual_backgrounds?id=<string>&set_default_for_all_panelists=<boolean>

Use this API to set a webinar's default session branding Virtual Background.

Prerequisites: * The Webinar Session Branding setting enabled.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
id
string The Virtual Background file ID to update.
set_default_for_all_panelists
string Whether to set the Virtual Background file as the new default for all panelists. This includes panelists not currently assigned a default Virtual Background.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/webinars/:webinarId/branding/virtual_backgrounds?id=<string>&set_default_for_all_panelists=<boolean>?id=<string>&set_default_for_all_panelists=<boolean>'

ENDPOINTS