List Agents in Account
GET
/api/v1/accounts/{account_id}/agents
Agents
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//agents'
Response Response Example
200 - Example 1
[
{
"id": 0,
"uid": "string",
"name": "string",
"available_name": "string",
"display_name": "string",
"email": "string",
"account_id": 0,
"role": "agent",
"confirmed": true,
"availability_status": "available",
"auto_offline": true,
"custom_attributes": {}
}
]
Request
Path Params
account_id
stringÂ
required