Returns a list of all agent names and IDs based on your API key and user API key.
GET /api/v3/cdr/users
Success
application/json
Object
{
"id": 28982,
"name": "AG D",
"email": "ag@g.com",
"sip_account": "ag@cc1.didlogic.net",
"sag": "Agent",
"extension": "2594",
"caller_id": "378",
"timezone": "Istanbul",
"webrtc_ringtone": "null,",
"agent_in_teams": "3623",
"supervisor_in_teams": "Support",
"assigned_skills": null,
"assigned_queues": "AG Queue",
"employee_id\"": 123
}
curl -X GET -G \
--url 'https://www.example.com/api/v3/cdr/users' \
-H 'Content-Type: application/json' \
-d 'key=63c526c0dg05ce85e8b99bt208943f68131c9d0d1d237b7c'