---
title: "List team users"
method: GET
path: "/v3/whoami/team-users"
tags: ["User Account"]
---

# List team users

`GET /v3/whoami/team-users`

<small>_No scope required — any valid API key can call this endpoint._</small>

Returns all users in the authenticated user's team (workspace), including each user's team ID, team name, user ID, display name, and email address.

## Response `200`

Team users retrieved successfully

- object[]
  - `teamId` integer, required — The team (workspace) ID
  - `teamName` string, required — The team (workspace) name
  - `userId` integer, required — The user's ID
  - `userName` string, required — The user's display name
  - `userEmail` string, required — The user's email address

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Caller lacks permission or their account is not part of an organization
- `429` — Too Many Requests

---

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