List auto receptionists
GET {{baseUrl}}/phone/auto_receptionists?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2
Use this API to list auto receptionists.
Scopes:
phone:read:admin
Rate Limit Label
:
Medium
Prerequisites:
- Pro or a higher account with Zoom Phone license.
- Account owner or admin permissions.
Request Params
| Key | Datatype | Required | Description |
| page_size
| number | | The total number of records returned from 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. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"auto_receptionists":[{"cost_center":"testCostCenter","department":"testDepartment","extension_id":"WfsrPERXS8inWrpH1Hi_KQ","extension_number":555550000000001,"id":"nqerMCD0Tu6RPGoCpVbPtA","name":"JamieAuto","timezone":"Pacific/Midway","audio_prompt_language":"en-US","holiday_hours":[{"id":"i3gP6xFUTHqSFrIE6nHs7Q","name":"Holiday 1","from":"2022-03-08T16:00:00Z","to":"2022-03-09T16:00:00Z"},{"id":"i3gP6xFUTHqSFrIE6nHs7Q","name":"Holiday 1","from":"2022-03-08T16:00:00Z","to":"2022-03-09T16:00:00Z"}],"phone_numbers":[{"id":"KsxwNLEhQ0SJ4U4Bor4ShA","number":"+12058945717"},{"id":"KsxwNLEhQ0SJ4U4Bor4ShA","number":"+12058945717"}],"site":{"id":"O4rBC_zEQnCVoiHfXKGKNA","name":"jamietestsite"}},{"cost_center":"testCostCenter","department":"testDepartment","extension_id":"WfsrPERXS8inWrpH1Hi_KQ","extension_number":555550000000001,"id":"nqerMCD0Tu6RPGoCpVbPtA","name":"JamieAuto","timezone":"Pacific/Midway","audio_prompt_language":"en-US","holiday_hours":[{"id":"i3gP6xFUTHqSFrIE6nHs7Q","name":"Holiday 1","from":"2022-03-08T16:00:00Z","to":"2022-03-09T16:00:00Z"},{"id":"i3gP6xFUTHqSFrIE6nHs7Q","name":"Holiday 1","from":"2022-03-08T16:00:00Z","to":"2022-03-09T16:00:00Z"}],"phone_numbers":[{"id":"KsxwNLEhQ0SJ4U4Bor4ShA","number":"+12058945717"},{"id":"KsxwNLEhQ0SJ4U4Bor4ShA","number":"+12058945717"}],"site":{"id":"O4rBC_zEQnCVoiHfXKGKNA","name":"jamietestsite"}}],"next_page_token":"OvrVMfenVmKgsH0SqfWQ2jgUsHFGXeanCB2","page_size":1,"total_records":2}