Default Unified Status Attributes

Attributes about the default unified status, part of the Default Unified Status JSON response.

JSON format

Default unified status attributes are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
descriptionstringtruefalseThe unified status description
display_settingsobjecttruefalseDisplay settings that control how the unified status appears in the unified status switcher
namestringtruetrueThe name displayed to agents in the unified status switcher, unique per account
updated_atstringtruefalseThe timestamp which the unified status was last updated

Attributes about the default unified status

Example

{  "description": "Can receive work",  "display_settings": {    "order": 3,    "show_channel_states": false,    "visible_to_agents": true  },  "name": "online",  "updated_at": "2021-07-21T17:32:28Z"}