---
title: "GET /team.profile.get"
method: GET
path: "/team.profile.get"
tags: ["team.profile", "team"]
---

# GET /team.profile.get

`GET /team.profile.get`

Retrieve a team's profile.

## Query parameters

- `token` string, required
- `visibility` string

## Response `200`

Typical success response

- object — Schema for successful response from team.profile.get method
  - `ok` true, required
  - `profile` object, required
    - `fields` ObjsTeamProfileField[], required
      - `field_name` string, nullable
      - `hint` string, required
      - `id` string, required
      - `is_hidden` boolean
      - `label` string, required
      - `options` union[]
        - union
          - unknown
          - ObjsTeamProfileFieldOption
            - `is_custom` boolean, nullable
            - `is_multiple_entry` boolean, nullable
            - `is_protected` boolean, nullable
            - `is_scim` boolean, nullable
      - `ordering` number, required
      - `possible_values` string[], nullable
      - `type` 'text' | 'date' | 'link' | 'mailto' | 'options_list' | 'user', required

## 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)
