---
title: "Get a list of all users"
method: GET
path: "/v1/users"
tags: ["users"]
---

# Get a list of all users

`GET /v1/users`

## Response `200`

A list of all users

- User[]
  - `permissions` string[], required
  - `username` string, string, required

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

---

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