---
title: "POST /api/user"
method: POST
path: "/api/user"
tags: ["user-controller"]
---

# POST /api/user

`POST /api/user`

## Request body

- User
  - `id` integer, required
  - `name` string, required
  - `externalIdentifier` string, required
  - `ownership` Ownership
    - `id` integer
    - `circle` Circle
      - `id` integer, required
      - `name` string, required
    - `ownerName` string
  - `dailyAssimilationCount` integer
  - `healthRemoveEmptyFoldersDefault` boolean
  - `dailyProbeEnabled` boolean
  - `admin` 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/post.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/1b39e72b1176/schema)
