List setting templates
GET {{baseUrl}}/phone/setting_templates?page_size=30&next_page_token=nav48KOj42vYPSG4f0cCdT575bZ980did22&site_id=SQv52YtkRLC2dwrDdYtGsA
Use this API to get a list of all the created phone template settings.
Scopes:
phone:read:admin
or
phone:read
Rate Limit Label
:
Light
Prerequisites:
- A Business or Enterprise account
- A Zoom Phone license
Request Params
| Key | Datatype | Required | Description |
| page_size
| number | | Number of records returns within a single API call. |
| next_page_token
| string | | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
| site_id
| string | | Unique identifier of the site. This field is required only if multiple sites have been enabled. of the site. Required only when multiple sites are enabled. See Managing multiple sites for details. If this is not provided, the response lists the account level setting templates. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"next_page_token":"nav48KOj42vYPSG4f0cCdT575bZ980did22","page_size":30,"templates":[{"description":"Main site user template","id":"2kFqiqSlS5udzWB5QqMiNg","name":"user_template","type":"user"},{"description":"Main site user template","id":"2kFqiqSlS5udzWB5QqMiNg","name":"user_template","type":"user"}],"total_records":2}