Unified Status

A unified status represented by its name and id, part of the Unified Agent Status Attributes JSON response.

JSON format

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

NameTypeRead-onlyMandatoryDescription
idintegertruetrueThe unified status id, unique per account
namestringtruetrueThe name displayed to agents in the unified status switcher, unique per account

A Unified Status object, represented by its id and name.

Example

{  "id": 123,  "name": "In a meeting"}