Get agents count
GET {{baseUrl}}/api/v1/agents/count
This API lists the agents count by status, confirmed and include light
OAuth Scope
Desk.settings.READ
Desk.basic.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Parameter that filters agents based on their activation status: ACTIVE or DISABLED | |
isConfirmed | string | Filters Confirmed & Unconfirmed agents | |
includeLightAgent | string | Count light agent. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":5}