Add BYOC phone numbers

POST {{baseUrl}}/phone/byoc_numbers

Use this API to add BYOC (Bring Your Own Carrier) phone numbers to Zoom Phone.

Prerequisites: * A Business or Enterprise plan * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:byo_carrier_number:admin

Rate Limit Label: Light

Request Body

{"carrier"=>"<string>", "phone_numbers"=>["<string>", "<string>"], "sip_group_id"=>"<string>", "site_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;phone_numbers&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;}]}