---
title: "Changes to Create a user"
method: POST
path: "/v1/users/"
---

# Changes to Create a user

`POST /v1/users/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 11 revisions.

- **2026-07-27** `f7c013875516` — 5 warning
- **2026-07-26** `e58688835e25` — 3 breaking

## Changes

- **2026-07-27** `f7c013875516` — 5 warning
  - the `email` request property's maxLength was set to `254`
  - the `external_user_id` request property's maxLength was set to `512`
  - the `first_name` request property's maxLength was set to `128`
  - the `last_name` request property's maxLength was set to `128`
  - the `phone` request property's maxLength was set to `128`
- **2026-07-26** `e58688835e25` — 3 breaking
  - the response property `first_name` became nullable for the status `201`
  - the response property `last_name` became nullable for the status `201`
  - the response property `ssn` became nullable for the status `201`

---

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