# New data fields for Users and Groups endpoints and webhook events ## Added - New `personal_audio_conference`, `toll_call`, `participant_phone_masking`, `call_me_and_invite_by_phone` response fields in the following **Users** API endpoints: - `GET /v2/accounts/{accountId}/users/{userId}/settings` - `GET /v2/users/{userId}/settings` - New `global_dial_in_countries` response field in the following **Users** API endpoints: - `GET /v2/accounts/{accountId}/users/{userId}/settings` - `GET /v2/accounts/{accountId}/users/{userId}/settings` - `GET /v2/users/{userId}/settings` - `GET /v2/users/{userId}/settings` - New `participant_phone_masking`, `call_me_and_invite_by_phone`, `personal_audio_conference`, `toll_call` request fields in the following **Groups** API endpoints: - `PATCH /v2/groups/{groupId}/settings` - `PATCH /v2/accounts/{accountId}/groups/{groupId}/settings` - `PATCH /v2/accounts/{accountId}/groups/{groupId}/lock_settings` - `PATCH /v2/groups/{groupId}/lock_settings` - New `audio_conferencing`, `global_dial_in_countries` request fields in the following **Users** API endpoints: - `PATCH /v2/accounts/{accountId}/users/{userId}/settings` - `PATCH /v2/users/{userId}/settings` - New `global_dial_in_countries` request field in the following **Groups** API endpoints: - `PATCH /v2/groups/{groupId}/settings` - `PATCH /v2/accounts/{accountId}/groups/{groupId}/settings` - New `call_me_and_invite_by_phone`, `participant_phone_masking`, `toll_call`, `personal_audio_conference` response fields in the following **Groups** API endpoints: - `GET /v2/groups/{groupId}/settings` - `GET /v2/accounts/{accountId}/groups/{groupId}/settings` - `GET /v2/accounts/{accountId}/groups/{groupId}/lock_settings` - `GET /v2/groups/{groupId}/lock_settings` - New `global_dial_in_countries` response field in the following **Groups** API endpoints: - `GET /v2/groups/{groupId}/settings` - `GET /v2/accounts/{accountId}/groups/{groupId}/settings` - New `participant_phone_masking`, `call_me_and_invite_by_phone`, `personal_audio_conference`, `toll_call` fields in the following **Groups** webhook events: - `group.lock_settings_updated` - `group.lock_settings_updated` - `group.settings_updated` - `group.settings_updated` - New `global_dial_in_countries`, `audio_conferencing` fields in the following **Users** webhook events: - `user.settings_updated` - `user.settings_updated`