Logo
Zoom Public API Documentation

Add a setting template

POST {{baseUrl}}/phone/setting_templates

Use this API to create a Zoom Phone setting template for an account. After creating a phone template, the defined settings will become the default settings for an account.

Scopes: phone:write:admin, phone:write Rate Limit Label: Light

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "description": "Main site user template", "id": "2kFqiqSlS5udzWB5QqMiNg", "name": "user template", "type": "user" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/setting_templates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"user template","type":"user","description":"Main site user template","site_id":"SQv52YtkRLC2dwrDdYtGsA"}'

ENDPOINTS