Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "description": "<string>", "id": "<string>", "name": "<string>", "type": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/setting_templates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e","type":"\u003cstring\u003e","description":"\u003cstring\u003e","site_id":"\u003cstring\u003e"}'

ENDPOINTS