# New phone policies APIs and emergency call setting ## Added - New **Groups** APIs: - `GET /v2/phone/groups/{groupId}/policies/{policyType}` - `GET /v2/accounts/{accountId}/phone/groups/{groupId}/policies/{policyType}` - `PATCH /v2/phone/groups/{groupId}/policies/{policyType}` - `PATCH /v2/accounts/{accountId}/phone/groups/{groupId}/policies/{policyType}` - New **Users** APIs: - `PATCH /v2/phone/users/{userId}/policies/{policyType}` - `PATCH /v2/accounts/{accountId}/phone/users/{userId}/policies/{policyType}` - New **Settings** APIs: - `GET /v2/phone/policies/{policyType}` - `GET /v2/accounts/{accountId}/phone/policies/{policyType}` - `PATCH /v2/phone/policies/{policyType}` - `PATCH /v2/accounts/{accountId}/phone/policies/{policyType}` ## Enhancements - New `allow_emergency_calls` response field in the following **Groups** APIs: - `GET /v2/accounts/{accountId}/phone/groups/{groupId}/settings` - `GET /v2/phone/groups/{groupId}/settings`