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
Request Body
{"description"=>"<string>", "email"=>"<string>", "extension_number"=>"<string>", "id"=>"<string>", "name"=>"<string>", "phone_numbers"=>["<string>", "<string>"], "routing_path"=>"<string>", "auto_call_recorded"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |