{ "operationId": "getCallQueueAvailableAgents", "method": "GET", "path": "/telephony/config/queues/agents/availableAgents", "summary": "Get Call Queue Available Agents", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "agents": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE1NmE", "lastName": "Brown", "firstName": "John", "displayName": "John Brown", "type": "PEOPLE", "email": "john.brown@example.com", "hasCxEssentials": false, "phoneNumbers": [ { "external": "+19075552859", "extension": "8080" } ] } ] } } ] }