Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "phone_numbers": [ { "id": "<string>", "number": "<string>" }, { "id": "<string>", "number": "<string>" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/byoc_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"carrier":"\u003cstring\u003e","phone_numbers":["\u003cstring\u003e","\u003cstring\u003e"],"sip_group_id":"\u003cstring\u003e","site_id":"\u003cstring\u003e"}'

ENDPOINTS