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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"phone_numbers":[{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"}]}