GET {{baseUrl}}/phone/setting_templates?page_size=30&next_page_token=<string>&site_id=<string>
Gets a list of all the created phone template settings. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_setting_templates:admin
Light
Body
PARAM
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](https://support.zoom.us/hc/en-us/articles/360020809672-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": "<string>",
"page_size": "<integer>",
"templates": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"type": "autReceptionist"
},
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"type": "interop"
}
],
"total_records": "<integer>"
} |
ENDPOINTS