Add a setting template

POST {{baseUrl}}/phone/setting_templates

Creates a Zoom Phone setting template for an account. After creating a phone template, the defined settings will become the default settings for an account.

Prerequisites: * A Business or enterprise Zoom account * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:setting_template:admin

Rate Limit Label: Light

Request Body

{"name"=>"<string>", "type"=>"<string>", "description"=>"<string>", "site_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}