---
title: "PATCH /users/{id}"
method: PATCH
path: "/users/{id}"
tags: ["User"]
---

# PATCH /users/{id}

`PATCH /users/{id}`

## Path parameters

- `id` string, required

## Request body

- UserPatchDto
  - `email` string, nullable
  - `active` boolean, nullable
  - `permissions` string[], nullable

## Response `200`

Success

---

[API](https://skmtc.dev/deckthemes/apis/deckpersonalisationapi.md) · [All operations](https://skmtc.dev/deckthemes/apis/deckpersonalisationapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deckthemes/deckpersonalisationapi/revisions/924227868bfd/schema)
