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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;external_contact_id&quot;:&quot;\u003cstring\u003e&quot;}