---
title: "Changes to Create a new user."
method: POST
path: "/api/users"
---

# Changes to Create a new user.

`POST /api/users`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2025-12-26** `1df5362b73fc` — 1 breaking, 2 warning, 1 info
- **2025-12-22** `6b2fad3e4bcc` — 1 warning, 3 info

## Changes

- **2025-12-26** `1df5362b73fc` — 1 breaking, 2 warning, 1 info
  - removed the required property `oauthAccounts/items/accessToken` from the response with the `201` status
  - removed the optional property `oauthAccounts/items/expiresAt` from the response with the `201` status
  - removed the optional property `oauthAccounts/items/refreshToken` from the response with the `201` status
  - added the optional property `oauthAccounts/items/scopes` to the response with the `201` status
- **2025-12-22** `6b2fad3e4bcc` — 1 warning, 3 info
  - removed the optional property `oauthAccounts/items/scopes` from the response with the `201` status
  - added the optional property `oauthAccounts/items/expiresAt` to the response with the `201` status
  - added the optional property `oauthAccounts/items/refreshToken` to the response with the `201` status
  - added the required property `oauthAccounts/items/accessToken` to the response with the `201` status

---

[Operation](https://skmtc.dev/litestar-org/apis/app/docs/api/users/post.md) · [API](https://skmtc.dev/litestar-org/apis/app.md) · [Page](https://skmtc.dev/litestar-org/apis/app/changes/api/users/post)
