Add a provision template

POST {{baseUrl}}/phone/provision_templates

Use this API to create a provision template in a Zoom account.

Prerequisites:

  • A Pro or higher account plan
  • A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:provision_template:admin

Rate Limit Label : Light

Request Body

{"name"=>"<string>", "description"=>"<string>", "content"=>"<string>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}