# Patch User

`PATCH /Users/{id}`

## Description

Partially updates a user. Roam supports SCIM PATCH for Users with **limited semantics**.

**Supported operations:**
- `replace` of `active` only (to archive or reactivate a user)

**Not supported:**
- `add` / `remove` operations
- `replace` for any other attribute

To update other fields like name, use PUT (Replace User) instead.

See [RFC 7644 §3.5.2](https://www.rfc-editor.org/rfc/rfc7644#section-3.5.2) for SCIM PATCH operations.

## Request Body

## Responses

### 200 - Updated user

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/scim/01-users-patch*
