Add an external contact
POST {{baseUrl}}/phone/external_contacts
Use this API to add an external contact.
Scopes: phone:write:admin
Rate Limit Label: Light
Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions
Request Body
{"name"=>"Johnson", "description"=>"External contact Johnson", "email"=>"example@example.com", "extension_number"=>"101014", "id"=>"external_contact_01", "phone_numbers"=>["+12058945656", "+12058945657"], "routing_path"=>"PSTN"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}