POST /phone/byoc_numbers

Use this API to add BYOC phone numbers(provided to you by your carrier) to Zoom.

Scope: phone:write:admin or phone:write or phone:master

Prerequisites:

Rate Limit Label: Light

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
site_id String No

Unique identifier of the site. This field is only required if you have enabled multiple sites in the account. See Managing multiple sites or Adding a site for details.

phone_numbers[] Array Yes

Phone number(s) to be added to Zoom. The value should be in e164 format.

carrier String Yes

Name of the carrier.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.