---
title: "List users of client"
method: GET
path: "/auth/users"
tags: ["User Management"]
---

# List users of client

`GET /auth/users`

## Query parameters

- `count` integer
- `offset` integer
- `since` string, date
- `until` Schema — unresolved $ref

## Response `200`

List of users associated with authenticated client.

- object — List of users
  - `users` Schema[] — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref

---

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