Zoom Phone - May 27, 2023
Added
- New Get call charges usage report APIs:
GET /v2/phone/reports/call_charges
- New Get group phone settings APIs:
GET /v2/phone/groups/{groupId}/settings
- New Webhook event:
phone.blind_transfer_initiated
phone.warm_transfer_completed
phone.warm_transfer_initiated
phone.group_settings_updated
phone.account_settings_updated
Enhancements
- New
session_type request field in the following SMS APIs:
GET /v2/phone/users/{userID}/sms/sessions
GET /v2/accounts/{accountId}/phone/users/{userId}/sms/sessions/sync
GET /v2/accounts/{accountID}/phone/users/{userID}/sms/sessions
GET /v2/phone/users/{userID}/sms/sessions/sync
GET /v2/accounts/[accountID}/phone/sms/sessions
GET /v2/phone/sms/sessions
- New
keywordquery parameter in the following List Zoom Rooms
under **Zoom Phone licenses **APIs:
GET /v2/accounts/{accountsId}/phone/rooms
GET /v2/phone/rooms
- New
keyword query parameter in the following List Devices
APIs:
GET /v2/phone/devices
GET /v2/accounts/{accountsID}/phone/devices
- New
source_auto_receptionist_idrequest field in Create A Phone
Site API
- New option value pending to status query parameter in the Users
API:
- New option value
assign_pending_users to the batch_type request
field in the Users API:
PUT /v2/phone/users/batch
Bug Fixes
- Fixed
Update a call handling settingAPI to set audio_id for
Auto Receptionist:
PATCH v2/phone/extension/{extensionId}/call_handling/settings/{settingType}