---
title: "Get users"
method: GET
path: "/v1/users"
tags: ["Users (User)"]
---

# Get users

`GET /v1/users`

## Query parameters

- `username` string
- `role` string
- `sortBy` string
- `limit` integer
- `page` integer

## Response `200`

Users retrieved successfully

- GetUsersResponse
  - `users` UserResponse[] — List of users.
    - `username` string — Username of the user.
    - `userUuid` string, uuid, nullable — Unique identifier for the user. Can be null.
    - `role` 'client' | 'admin' — Role of the user.

---

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