Logo
Zoom Public API Documentation

Update phone account settings

PATCH {{baseUrl}}/phone/settings

Account owners can use this API to update Zoom Phone account settings.

Scopes: phone:write:admin

Prerequisites: * A Business or Enterprise account

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/settings' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"byoc":{"enable":true},"multiple_sites":{"enabled":true,"site_code":{"enable":false,"short_extension_length":3}},"show_device_ip_for_call_log":{"enable":false}}'

ENDPOINTS