---
title: "List all users"
method: GET
path: "/v1/listUsers"
tags: ["User"]
---

# List all users

`GET /v1/listUsers`

List all users in the organization. Requires admin permissions.

## Response `200`

Users retrieved successfully

- User[]
  - `id` string — User identifier
  - `email` string, email — User email
  - `firstName` string — User first name
  - `lastName` string — User last name
  - `organisation` string — User organisation
  - `role` string — User role in the organisation

## Other responses

- `4XX` — Client error response

---

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