---
title: "Get members of a team"
method: GET
path: "/api/team/{teamId}/users"
tags: ["Teams"]
---

# Get members of a team

`GET /api/team/{teamId}/users`

Members are sorted by reverse chronological order of joining the team (most recent first).
OAuth is only required if the list of members is private.
Up to 5,000 users are streamed as [ndjson](#description/streaming-with-nd-json).

## Path parameters

- `teamId` string, required

## Query parameters

- `full` boolean

## Response `200`

The list of users in the team.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
