---
title: "GET /api/v1/users"
method: GET
path: "/api/v1/users"
tags: ["users"]
---

# GET /api/v1/users

`GET /api/v1/users`

Get the list of all active users

## Query parameters

- `offset` integer
- `humanId` string
- `clientUserId` string

## Response `200`

OK

- User[]
  - `firstName` string
  - `lastName` string
  - `dateOfBirth` string, date-time
  - `humanId` string, required
  - `clientUserEmail` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `status` string, required
  - `suggestedSources` string[]
  - `inviteLink` string

## Other responses

- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)

---

[API](https://skmtc.dev/humanapi/apis/admin-api.md) · [All operations](https://skmtc.dev/humanapi/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanapi/admin-api/revisions/23ae65b043bf/schema)
