---
title: "GET /team.info"
method: GET
path: "/team.info"
tags: ["team"]
---

# GET /team.info

`GET /team.info`

Gets information about the current team.

## Query parameters

- `token` string, required
- `team` string

## Response `200`

Typical success response

- object — Schema for successful response from team.info method
  - `ok` true, required
  - `team` ObjsTeam, required
    - `archived` boolean
    - `avatar_base_url` string, uri
    - `created` integer
    - `date_create` integer
    - `deleted` boolean
    - `description` string, nullable
    - `discoverable` union[]
      - union
        - unknown
        - string
    - `domain` string, required
    - `email_domain` string, required
    - `enterprise_id` string
    - `enterprise_name` string
    - `external_org_migrations` ObjsExternalOrgMigrations
      - `current` object[], required
        - `date_started` integer, required
        - `team_id` string, required
      - `date_updated` integer, required
    - `has_compliance_export` boolean
    - `icon` ObjsIcon, required
      - `image_102` string
      - `image_132` string
      - `image_230` string
      - `image_34` string
      - `image_44` string
      - `image_68` string
      - `image_88` string
      - `image_default` boolean
    - `id` string, required
    - `is_assigned` boolean
    - `is_enterprise` integer
    - `is_over_storage_limit` boolean
    - `limit_ts` integer
    - `locale` string
    - `messages_count` integer
    - `msg_edit_window_mins` integer
    - `name` string, required
    - `over_integrations_limit` boolean
    - `over_storage_limit` boolean
    - `pay_prod_cur` string
    - `plan` '' | 'std' | 'plus' | 'compliance' | 'enterprise'
    - `primary_owner` ObjsPrimaryOwner
      - `email` string, required
      - `id` string, required
    - `sso_provider` object
      - `label` string
      - `name` string
      - `type` string

## Other responses

- `default` — Typical error response

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
