---
title: "PATCH /v1/users/{userId}"
method: PATCH
path: "/v1/users/{userId}"
---

# PATCH /v1/users/{userId}

`PATCH /v1/users/{userId}`

Update a user.

## Path parameters

- `userId` string, uuid, required — Id of the user to lock.

## Request body

- object
  - `accountEnabled` boolean — Activate or inactivate the user.
  - `role` object
    - `name` 'ACCESSOR' | 'QUALIFYING_ACCESSOR', required — Name of the role.
    - `organisationId` string, uuid, required — Id of the organisation.
  - `email` string, email — Email of the user.

## Response `200`

The user has been updated.

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to lock a user.
- `404` — The user does not exist.
- `500` — An error occurred while locking a 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)
