---
title: "GET /v1"
method: GET
path: "/v1"
tags: ["[v1] Users"]
---

# GET /v1

`GET /v1`

Get users list

## Query parameters

- `skip` integer
- `take` integer
- `order` object
- `userTypes` string[] — Types of user to filter.
- `organisationUnitId` string, uuid — Id of the organisation unit the user belongs to.
- `onlyActive` boolean — List only active users or all users.
- `fields` string[] — Additional fields to display in response.

## Response `200`

Success

- object
  - `id` string — Unique identifier for user object

---

[API](https://skmtc.net/nhs-england/apis/users-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/users-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/users-api-nhs-innovation-service/revisions/943444df31ae/schema)
