Authorization: ********************
{
"agent_profile_group": {
"id": "string",
"org_id": "string",
"name": "string",
"priority_groups": [
{
"threshold": 0,
"channel_type": "CHANNEL_TYPE_EMAIL"
}
],
"last_updated": "1s",
"default_group": true
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/agentprofilegroup/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_profile_group": {
"id": "string",
"org_id": "string",
"name": "string",
"priority_groups": [
{
"threshold": 0,
"channel_type": "CHANNEL_TYPE_EMAIL"
}
],
"last_updated": "1s",
"default_group": true
}
}'
{}