Skip to content

away_status_reason

typestring
Example:"away_status_reason"
idstring

The unique identifier for the away status reason

labelstring

The display text for the away status reason

Example:"On a break"
emojistring

The emoji associated with the status reason

Example:"☕"
orderinteger

The display order of the status reason

Example:1
deletedboolean

Whether the status reason has been soft deleted

Example:false
created_atinteger

The Unix timestamp when the status reason was created

Example:1734537243
updated_atinteger

The Unix timestamp when the status reason was last updated

Example:1734537243
{ "type": "away_status_reason", "id": "string", "label": "On a break", "emoji": "☕", "order": 1, "deleted": false, "created_at": 1734537243, "updated_at": 1734537243 }