---
title: "Get Team Details"
method: GET
path: "/team/{team_uid}"
---

# Get Team Details

`GET /team/{team_uid}`

## Path parameters

- `team_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `team` object
      - `team_uid` string
      - `company_id` integer
      - `team_name` string
      - `team_description` string
      - `team_color` string
      - `team_timezone` string
      - `user_count` integer
      - `created_by` unknown
      - `is_active` integer
      - `is_deleted` integer
      - `is_dispatchable` boolean
      - `created_at` string
      - `updated_at` string
    - `users` unknown[]
      - unknown

## Other responses

- `400` — 400
- `500` — 500

---

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