Logo
Zoom Public API Documentation

Update an auto receptionist

PATCH {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId

An auto receptionist answers calls with a personalized recording and routes calls to a phone user, call queue, common area, or voicemail. An auto receptionist can also be set up so that it routes calls to an interactive voice response (IVR) system to allow callers to select the routing options. Use this API to change information such as the display name and extension number assigned to the main auto receptionist.

Prerequisites: * Pro or higher account with Zoom Phone license.

Scopes: phone:write:admin

Granular Scopes: phone:update:auto_receptionist: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/auto_receptionists/:autoReceptionistId' -H 'Content-Type: application/json' -d '{"cost_center":"\u003cstring\u003e","department":"\u003cstring\u003e","extension_number":"\u003clong\u003e","name":"\u003cstring\u003e","audio_prompt_language":"\u003cstring\u003e","timezone":"\u003cstring\u003e"}'

ENDPOINTS