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

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/versions/2ea3f04008af/schema)
