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

# Get all members of a team

`GET /v3/teams/{teamId}/users`

Get all memebers of a team, the authenticated user must be a member of the team.

If the authenticated user is an "administrator" or a "manager" of the team they will be able to see each user's `status`, otherwise this key will be hidden.

## Response `200`

Example response

- object
  - `data` object[], required
    - `id` string, required
    - `type` string, required
    - `attributes` TeamUserRelation, required
      - `teamId` string, required
      - `userId` string
      - `email` string, email, required
      - `role` 'administrator' | 'manager' | 'monitor' | 'left', required
      - `status` 'confirmed' | 'invited' | 'declined', required
      - `name` string

## Other responses

- `401` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-teams.md) · [All operations](https://skmtc.net/wri/apis/fw-teams/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-teams/revisions/9e208e657f30/schema)
