Authorization: ********************
{
"linkback_numbers": [
"string"
],
"caller_ids": [
"string"
],
"time_zone_override": {
"value": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"default_app": "AGENT_APP",
"locale_preferences_override": {
"language_tag": "string",
"use_script_direction_right_to_left": true,
"default_currency": "string",
"operator_display_language": {
"value": "string"
},
"operator_language_direction": "OPERATOR_LANGUAGE_DIRECTION_UNSPECIFIED"
},
"play_notification_sounds": true,
"field_mask": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/user/update/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"linkback_numbers": [
"string"
],
"caller_ids": [
"string"
],
"time_zone_override": {
"value": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"default_app": "AGENT_APP",
"locale_preferences_override": {
"language_tag": "string",
"use_script_direction_right_to_left": true,
"default_currency": "string",
"operator_display_language": {
"value": "string"
},
"operator_language_direction": "OPERATOR_LANGUAGE_DIRECTION_UNSPECIFIED"
},
"play_notification_sounds": true,
"field_mask": [
"string"
]
}'
{}