---
title: "Changes to Update user details"
method: PATCH
path: "/api/users/{id}/"
---

# Changes to Update user details

`PATCH /api/users/{id}/`

> Every recorded change to this endpoint, newest first.
> 97 revisions in range; 1 not diffed.

## Timeline

Changed in 3 of 97 revisions.

- **2026-08-07** `e1ba2ecdbabb` — 1 breaking, 8 warning, 10 info
- **2026-08-06** `037e8b19fbfd` — 4 info
- **2026-07-08** `b5f055b9d45b` — 10 breaking

## Changes

- **2026-08-07** `e1ba2ecdbabb` — 1 breaking, 8 warning, 10 info
  - the `username` request property's minLength was increased from `0` to `1`
  - the `first_name` request property's maxLength was set to `256`
  - the `last_name` request property's maxLength was set to `256`
  - the `phone` request property's maxLength was set to `256`
  - the `username` request property's maxLength was set to `256`
  - removed the request property `avatar`
  - removed the request property `email`
  - removed the request property `id`
  - removed the request property `initials`
  - added the new optional request property `active_organization`
  - added the new optional request property `custom_hotkeys`
  - added the new optional request property `date_joined`
  - added the new optional request property `email_notification_settings`
  - added the new optional request property `is_email_verified`
  - added the new optional request property `onboarding_state`
  - added the new optional request property `password`
  - added the media type `application/x-www-form-urlencoded` to the request body
  - added the media type `multipart/form-data` to the request body
  - the request property `allow_newsletters` became nullable
- **2026-08-06** `037e8b19fbfd` — 4 info
  - added the required property `org_membership/items/flex` to the response with the `200` status
  - added the required property `org_membership/items/user_type` to the response with the `200` status
  - added the required property `organization_membership/allOf[#/components/schemas/OrganizationMembership]/flex` to the response with the `200` status
  - added the required property `organization_membership/allOf[#/components/schemas/OrganizationMembership]/user_type` to the response with the `200` status
- **2026-07-08** `b5f055b9d45b` — 10 breaking
  - the response property `avatar` became nullable for the status `200`
  - the response property `lse_fields/allOf[#/components/schemas/LseFields]/invite_expired` became nullable for the status `200`
  - the response property `lse_fields/allOf[#/components/schemas/LseFields]/invite_expired_at` became nullable for the status `200`
  - the response property `pause` became nullable for the status `200`
  - the `active_organization_meta` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `lse_fields/allOf[#/components/schemas/LseFields]/email_notification_settings` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `lse_fields/allOf[#/components/schemas/LseFields]/invite_expired` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
  - the `org_membership/items/active` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
  - the `organization_membership/allOf[#/components/schemas/OrganizationMembership]/active` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
  - the `pause` response's property type/format changed from `string`/`` to `object`/`` for status `200`

---

[Operation](https://skmtc.dev/humansignal/apis/label-studio-api/docs/api/users/:id/patch.md) · [API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [Page](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/users/:id/patch)
