This API retrieves the status of all logged-in agents, providing information about their current state, such as Ready, ACW, or Idle.
Rate Limit:
A maximum of 5 requests per minute is allowed.
Note:
Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.
Header parameters
Parameter | Description |
---|---|
apiKey* | Your CloudAgent account API Key |
Content-Type | application/json |
Body Params
{
"userName": "xxxxxx"
}
Possible responses
Success response | { |
If userName is empty | "status": "error" |
If apiKey is empty | "status": "error" |
If userName or apiKey is invalid | "status": "error" |
If rate limit exceeds | { |