Logo
Zoom Public API Documentation

Update external contact

PATCH {{baseUrl}}/phone/external_contacts/:externalContactId

Updates an external contact's information.

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:update:external_contact: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/external_contacts/:externalContactId' -H 'Content-Type: application/json' -d '{"description":"\u003cstring\u003e","email":"\u003cstring\u003e","extension_number":"\u003cstring\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","phone_numbers":["\u003cstring\u003e","\u003cstring\u003e"],"routing_path":"\u003cstring\u003e","auto_call_recorded":"\u003cboolean\u003e"}'

ENDPOINTS