Logo
Zoom Public API Documentation

Update a call handling setting

PATCH {{baseUrl}}/phone/extension/:extensionId/call_handling/settings/:settingType

Updates a Zoom Phone's call handling setting.

Call handling settings allow you to control how your system routes calls during business, closed, or holiday hours. For more information, read our Call Handling API guide or Zoom support article Customizing call handling settings.

Applicable to user, call queue, auto receptionist, or shared line group call handling at this time.

Prerequisites: * Pro or a higher account with Zoom Phone enabled

Scopes: phone:write:admin

Granular Scopes: phone:update:call_handling_setting:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/extension/:extensionId/call_handling/settings/:settingType' -H 'Content-Type: application/json' -d '{"settings":{"call_forwarding_settings":[{"description":"\u003cstring\u003e","enable":"\u003cboolean\u003e","id":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","external_contact":{"external_contact_id":"\u003cstring\u003e"}},{"description":"\u003cstring\u003e","enable":"\u003cboolean\u003e","id":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","external_contact":{"external_contact_id":"\u003cstring\u003e"}}],"require_press_1_before_connecting":"\u003cboolean\u003e"},"sub_setting_type":"call_forwarding"}'

ENDPOINTS