Authorization: ********************
{
"agent_preferences": {
"default_agent_dial_in": "string",
"pbx_extension_length": 0,
"default_softphone_volume_in": 0,
"default_softphone_volume_out": 0,
"config_dial_in_numbers": [
"string"
],
"client_dial_in_numbers": [
"string"
],
"manual_dial_caller_id_privacy": true,
"use_manual_dial_caller_id_privacy": true,
"message_notifications_disabled": true
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/preferences/reports/agent/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_preferences": {
"default_agent_dial_in": "string",
"pbx_extension_length": 0,
"default_softphone_volume_in": 0,
"default_softphone_volume_out": 0,
"config_dial_in_numbers": [
"string"
],
"client_dial_in_numbers": [
"string"
],
"manual_dial_caller_id_privacy": true,
"use_manual_dial_caller_id_privacy": true,
"message_notifications_disabled": true
},
"field_mask": "string"
}'
{}