Zoom Phone - February 28, 2022
On February 28, we added new phone API endpoints and updated existing ones. Note the new location of Zoom Phone API and Zoom Phone master account API.
New
Real time device location tracking
GET /v2/phone/metrics/location_tracking
Call recording
DELETE /v2/phone/recording/{recordingId}
Sync API
- Call logs
GET /v2/phone/users/{userId}/call_logs/sync
-
Voicemails
GET /v2/phone/users/{userId}/voice_mails/sync
Enhancements
-
Added new request field (
template_id) and object (voicemail_access_members) in the Update user's profile APIPATCH /v2/phone/users/{userId}
-
Added a new response object (
voicemail_access_members) in the Get user's profile APIGET /v2/phone/users/{userId}
-
GET /phone/users/{userId}/settings- New response fields (
music_on_hold_id,audio_prompt_languageandstatus) - New response fields (
devices,enable_phone_lockandpin_code) in thedesk_phoneobject
- New response fields (
-
Added new request fields (
music_on_hold_id,audio_prompt_language) in the Update user profile settings APIPATCH /phone/users/{userId}/settings
-
Added a new request (PATCH) or response (GET) field (
allow_callers_check_voicemail) in the call handling settings APIGET /v2/phone/extension/{extensionId}/call_handling/settingsPATCH /v2/phone/extension/{extensionId}/call_handling/settings/{settingType}
-
Added a new request field (
country) in blocked list APIPOST /v2/phone/blocked_listPATCH /v2/phone/blocked_list/{accountBlockedId}
-
Added a new error message (
Common area optimization option is enabled) in the common area phones APIPOST /v2/phone/common_area_phonesGET /v2/phone/common_area_phonesGET /v2/phone/common_area_phones/{commonAreaPhoneId}PATCH /v2/phone/common_area_phones/{commonAreaPhoneId}DELETE /v2/phone/common_area_phones/{commonAreaPhoneId}PATCH /v2/phone/common_area_phones/{commonAreaPhoneId}/calling_plansDELETE /v2/phone/common_area_phones/{commonAreaId}/calling_plans/{type}PATCH /v2/phone/common_area_phones/{commonAreaPhoneId}/phone_numbersDELETE /v2/phone/common_area_phones/{commonAreaId}/phone_numbers/{phoneNumberId}
Bug Fixes
-
Fixed so the
invalid next page tokenerror is returned when querying with thetofield that exceeds the current date in call logs APIGET /v2/phone/users/{userId}/call_logsGET /v2/phone/call_logs