Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support agents

GET/workspaces/{organizationId}/support/agents
Path parameters
organizationIdstringrequired
Responses
200Agents
agentsobject[]required
Show properties
Array of object
userIdstringrequired
namestringrequired
emailstringrequired
statusstringrequired
Allowed:activeawaysnoozedoffline
untilstring<date-time> | null
openTicketsintegerrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/agents"
Response
{
  "agents": [
    {
      "userId": "string",
      "name": "string",
      "email": "string",
      "status": "active",
      "until": "2019-08-24T14:15:22Z",
      "openTickets": 0
    }
  ]
}