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

# List all users

`GET /api/v1/users`

Retrieve a list of all registered users.

## Response `200`

OK

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `500` — failed to get users

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/revisions/f1bcf21b1556/schema)
