Published April 17, 2023
Added
- New Update Multiple Users' Sites API to get or update restricted call hours and allowed call location policies:
PUT /v2/phone/users/batch
- New Common Area APIs to get or update restricted call hours and allowed call location policies:
GET /v2/phone/common_areas/{commonAreaId}/policies/{policyType}
PATCH /v2/phone/common_areas/{commonAreaId}/policies/{policyType}
- New Site APIs to get or update restricted call hours and allowed call location policies:
GET /v2/phone/sites/{siteId}/policies/{policyType}
PATCH /v2/phone/sites/{siteId}/policies/{policyType}
- New User APIs to get or update restricted call hours and allowed call location policies:
GET /v2/phone/users/{userId}/policies/{policyType}
PATCH /v2/phone/users/{userId}/policies/{policyType}
Enhancements
- New
engine
field in the these Voicemail APIs:
GET /v2/phone/voice_mails/{voicemailId}
GET /v2/phone//users/{userId}/call_logs/{id}/voice_mail
Bug Fixes
- Fixed the bug that users with recording admin role cannot download automatic recording transcripts.
GET /v2/phone/recording_transcript/download/{recordingId}
- Fixed the bug that
timezone
andsite_id
fields are not checked in Update Common Area API:
PATCH /v2/phone/common_areas/{commonAreaId}