Add an external contact
POST {{baseUrl}}/phone/external_contacts
Adds an external contact.
Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions
Scopes: phone:write:admin
Granular Scopes: phone:write:external_contact:admin
Rate Limit Label: Light
Request Body
{"name"=>"<string>", "description"=>"<string>", "email"=>"<string>", "extension_number"=>"<string>", "id"=>"<string>", "phone_numbers"=>["<string>", "<string>"], "routing_path"=>"<string>", "auto_call_recorded"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"\u003cstring\u003e","external_contact_id":"\u003cstring\u003e"}