---
title: "Fetch Users"
method: GET
path: "/apis/v1/users"
tags: ["User"]
---

# Fetch Users

`GET /apis/v1/users`

## Query parameters

- `page` integer
- `pageSize` integer
- `query` string

## Headers

- `authorization` string, required — The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer &nbsp;&nbsp; `access_token`" (excluding the quotes). For example: <br /> `Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY`

## Response `200`

Successful Response

- UserListResponse
  - `data` ServicesDocumentationSchemaV1UserUserResponse[], required
    - `name` string, required
    - `email` string, required
    - `role` 'OrgAdmin' | 'OrgManager' | 'OrgUser' | 'OrgExternal', required — An enumeration.
    - `title` string
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `userID` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/expent/apis/expent-apis.md) · [All operations](https://skmtc.dev/expent/apis/expent-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expent/expent-apis/revisions/ce1d50af5e2c/schema)
