# Zoom Phone - June 23, 2023 ### Added - New **Reports** APIs: - `GET /v2/phone/reports/sms_charges` - `GET /v2/accounts/{accountId}/phone/reports/sms_charges` - New **Recordings** APIs: - `PATCH /v2/phone/recordings/{recordingId}` - `PATCH /v2/accounts/{accountId}/phone/recordings/{recordingId}` - New **Alerts** APIs: - `DELETE /v2/phone/alert_settings/{alertSettingId}` - `DELETE /v2/accounts/{accountId}/phone/alert_settings/{alertSettingId}` - `POST /v2/phone/alert_settings` - `POST /v2/accounts/{accountId}/phone/alert_settings` - `PATCH /v2/phone/alert_settings/{alertSettingId}` - `PATCH /v2/accounts/{accountId}/phone/alert_settings/{alertSettingId}` - `GET /v2/phone/alert_settings/{alertSettingId}` - `GET /v2/accounts/{accountId}/phone/alert_settings/{alertSettingId}` - `GET /v2/phone/alert_settings` - `GET /v2/accounts/{accountId}/phone/alert_settings` ### Enhancements - New `auto_delete_enable`, `disclaimer_status`, `auto_delete_policy` response fields in the following **Recordings** APIs: - `GET /v2/accounts/{accountId}/phone/recordings` - `GET /v2/phone/recordings` ### Bug Fixes - Fixed the bug that unauthorized user can view all Zoom Phone emergency service locations without required permissions. When you enable multiple sites, the `site_id` parameter is required. - `GET /v2/phone/locations` - `GET /v2/accounts/{accountId}/phone/locations`