---
title: "Update a user's details"
method: PATCH
path: "/account/users/{user_id}"
tags: ["Account"]
---

# Update a user's details

`PATCH /account/users/{user_id}`

## Path parameters

- `user_id` string, uuid, required

## Request body

- UserOptions
  - `first_name` string
  - `last_name` string
  - `email` string
  - `client_admin` boolean
  - `org_default_role` string
  - `org_roles` object

## Other responses

- `200` — unresolved $ref
- `401` — Access token is missing or invalid

## Changes

- **2021-02-13** `d4c6ce4249e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/account/users/:user_id/patch.md)

---

[API](https://skmtc.dev/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
