---
title: "POST /v1/users"
method: POST
path: "/v1/users"
---

# POST /v1/users

`POST /v1/users`

Create a user.

## Request body

- object
  - `name` string, required — Name of the user.
  - `email` string, email, required — Email of the user.
  - `strategicRoles` string[] — Strategic roles to be assigned to the user.
  - `role` 'ADMIN' | 'ASSESSMENT' | 'ACCESSOR' | 'QUALIFYING_ACCESSOR', required — Role of the user.
  - `organisationId` string, uuid, required — Id of the organisation.
  - `unitIds` string[], required — Ids of the organisation units.

## Response `201`

The user has been created.

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to create a user.
- `500` — An error occurred while creating the user.

---

[API](https://skmtc.net/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs/admin-api-nhs-innovation-service/versions/e3ae090557ab/schema)
