Unified Agent Status Attributes

Attributes about an agent's unified status, part of the Unified Agent Status JSON response.

JSON format

Unified agent status attributes are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
agent_idintegertruetrueThe agent's id
agent_statusobjecttruetrueA Unified Status object, represented by its id and name.

Attributes about the unified agent status

Example

{  "agent_id": 10011,  "agent_status": {    "id": 123,    "name": "In a meeting"  }}