Authorization: ********************
{
"skills": [
"string"
],
"all_skills_required": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/acdgetallagentsstatuses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skills": [
"string"
],
"all_skills_required": true
}'
{
"agent_status_details": [
{
"sid": 0,
"current_session_id": 0,
"status": 0,
"status_desc": "UNAVALIABLE",
"user_id": "string"
}
]
}