---
title: "Get Team Info"
method: GET
path: "/team/info"
tags: ["Team"]
---

# Get Team Info

`GET /team/info`

Provides information about a team.

## Query parameters

- `team_id` string

## Response `200`

successful operation

- TeamGetInfoResponse
  - `team` TeamInfoResponse, required
    - `team_id` string — The id of a team
    - `team_parent` TeamParentResponse, nullable — Information about the parent team if a team has one, set to `null` otherwise.
      - `team_id` string — The id of a team
      - `name` string — The name of a team
    - `name` string — The name of a team
    - `num_members` integer — Number of members within a team
    - `num_sub_teams` integer — Number of sub teams within a team
  - `warnings` WarningResponse[] — A list of warnings.
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

## Changes

- **2024-09-04** `8d8f5e2e9401` — 1 info
  - the response property `team` became required for the status `200`
- **2024-08-22** `e9603b26e6f8` — 1 breaking
  - the response property `team` became optional for the status `200`

[Change history](https://skmtc.dev/hellosign/apis/dropbox-sign-api/changes/team/info/get.md)

---

[API](https://skmtc.dev/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.dev/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/revisions/2998c4df4efd/schema)
