{ "operationId": "Get available agents from Call Parks", "method": "GET", "path": "/telephony/config/locations/{locationId}/callParks/availableUsers", "summary": "Get available agents from Call Parks", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "agents": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE2NmE", "firstName": "John", "lastName": "Brown", "displayName": "John Brown", "type": "PEOPLE", "email": "john.brown@example.com", "numbers": [ { "external": "+19075552859", "extension": "8080", "routingPrefix": "1234", "esn": "12348080", "primary": "true" } ] }, { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc1MWQ", "firstName": "John", "lastName": "Smith", "displayName": "John Smith", "type": "PEOPLE", "email": "john.smith@example.com", "numbers": [ { "external": "+19075553859", "extension": "8081", "routingPrefix": "1234", "esn": "12348081", "primary": "true" } ] } ] } } ] }