Authorization: ********************
{
"org_id": "string",
"admin_client_preferences": {
"org_id": "string",
"use_reserved_carrier": true,
"reserved_carriers": [
"string"
],
"email_key": "string",
"email_id": "string",
"email_name": "string",
"whitelist_ips": [
"string"
],
"whitelist_domains": [
"string"
],
"callbacks_service_id": "string",
"agent_screen_recording": true,
"allowed_countries": [
"COUNTRY_UNDEFINED"
]
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/adminclient/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"admin_client_preferences": {
"org_id": "string",
"use_reserved_carrier": true,
"reserved_carriers": [
"string"
],
"email_key": "string",
"email_id": "string",
"email_name": "string",
"whitelist_ips": [
"string"
],
"whitelist_domains": [
"string"
],
"callbacks_service_id": "string",
"agent_screen_recording": true,
"allowed_countries": [
"COUNTRY_UNDEFINED"
]
},
"field_mask": "string"
}'
{}