---
title: "PATCH /api/user/{user}"
method: PATCH
path: "/api/user/{user}"
tags: ["user-controller"]
---

# PATCH /api/user/{user}

`PATCH /api/user/{user}`

## Path parameters

- `user` integer, required

## Request body

- UserDTO
  - `name` string, required
  - `dailyAssimilationCount` integer
  - `healthRemoveEmptyFoldersDefault` boolean
  - `dailyProbeEnabled` boolean

## Response `200`

OK

## Changes

- **2026-08-29** `a5d579a70625` — 2 info
  - added the new optional request property `dailyProbeEnabled`
  - added the optional property `dailyProbeEnabled` to the response with the `200` status
- **2026-08-15** `cacb660db3de` — 2 warning
  - removed the request property `spaceIntervals`
  - removed the optional property `spaceIntervals` from the response with the `200` status
- **2026-07-22** `2efef999b669` — 2 info
  - added the new optional request property `healthRemoveEmptyFoldersDefault`
  - added the optional property `healthRemoveEmptyFoldersDefault` to the response with the `200` status

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/user/:user/patch.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/de31d4aa34d6/schema)
