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
Request Body
{"name"=>"user template", "type"=>"user", "description"=>"Main site user template", "site_id"=>"SQv52YtkRLC2dwrDdYtGsA"}
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"}