Slack · Example Payload

Slack Web User Example

BotsChatCollaborationMessagingProductivityT1Team Communication

Slack Web User Example is an example object payload from Slack, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idteam_idnamedeletedcolorreal_nametztz_labeltz_offsetprofileis_adminis_owneris_primary_owneris_restrictedis_ultra_restrictedis_botis_app_userupdatedhas_2falocale

Example Payload

Raw ↑
{
  "id": "abc123",
  "team_id": "500123",
  "name": "Example Title",
  "deleted": true,
  "color": "example_value",
  "real_name": "example_value",
  "tz": "example_value",
  "tz_label": "example_value",
  "tz_offset": 10,
  "profile": "example_value",
  "is_admin": true,
  "is_owner": true,
  "is_primary_owner": true,
  "is_restricted": true,
  "is_ultra_restricted": true,
  "is_bot": true,
  "is_app_user": true,
  "updated": 10,
  "has_2fa": true,
  "locale": "example_value"
}