This function retrieves all AcdAgentStatus from the client account.
  | 
| Parameter | Type | Data | 
|---|---|---|
| languagesID | Integer | The ID of the language, in which the translations for the AcdAgentStatus should be returned. | 
If the request is performed, 200 OK is returned. See Return Codes for further possible status codes.
A JSON Structure containing the following fields:
| Field | Type | Data | 
|---|---|---|
| records | AcdAgentStatus [] | An array of AcdAgentStatus. | 
| count | Integer | The number of records returned. | 
| status | Integer | The return code (also provided by the http status code). | 
  | 
This function changes the active status of an agent and sets the current active telephone number for the agent.
GET users/control/setAgentStatus?id=&acdAgentStatusID={acdAgentStatusID}&telActive={telActive} | 
Parameter  | Where  | Type  | Data  | 
|---|---|---|---|
| acdAgentStatusID | URL | Integer | The AcdAgentStatus to set for the agent. | 
| telActive | URL | String | For logged in status, the active telephone number on which the agent is currently working. | 
If the request is performed, 200 OK is returned. See Return Codes for further possible status codes.