Logo
Zoom Public API Documentation

Update external contact

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

Use this API to update an external contact's information.

Scopes: phone:write:admin
Rate Limit Label: Light

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

 

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/external_contacts/:externalContactId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"description":"External contact Johnson","email":"example@example.com","extension_number":"101014","id":"external_contact_01","name":"Johnson","phone_numbers":["+12058945656","+12058945657"],"routing_path":"PSTN"}'

ENDPOINTS