Slack · JSON Structure

Slack Web User Structure

Type: object Properties: 20
BotsChatCollaborationMessagingProductivityT1Team Communication

User is a JSON Structure definition published by Slack, describing 20 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id team_id name deleted color real_name tz tz_label tz_offset profile is_admin is_owner is_primary_owner is_restricted is_ultra_restricted is_bot is_app_user updated has_2fa locale

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "team_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    },
    "color": {
      "type": "string"
    },
    "real_name": {
      "type": "string"
    },
    "tz": {
      "type": "string"
    },
    "tz_label": {
      "type": "string"
    },
    "tz_offset": {
      "type": "integer"
    },
    "profile": {
      "type": "object"
    },
    "is_admin": {
      "type": "boolean"
    },
    "is_owner": {
      "type": "boolean"
    },
    "is_primary_owner": {
      "type": "boolean"
    },
    "is_restricted": {
      "type": "boolean"
    },
    "is_ultra_restricted": {
      "type": "boolean"
    },
    "is_bot": {
      "type": "boolean"
    },
    "is_app_user": {
      "type": "boolean"
    },
    "updated": {
      "type": "integer"
    },
    "has_2fa": {
      "type": "boolean"
    },
    "locale": {
      "type": "string"
    }
  }
}