---
title: "Get users in team"
method: GET
path: "/teams/{teamId}/users"
---

# Get users in team

`GET /teams/{teamId}/users`

Retrieve all users in a specific team, including their availability and chat capacity for routing.

## Path parameters

- `teamId` string, required

## Response `200`

Default Response

- GroupUsersDto[]
  - `id` number, required
  - `name` string, required
  - `email` string, required
  - `is_available` boolean, required
  - `group_capacity` number, nullable, required
  - `global_capacity` number, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
