---
title: "User Edit"
method: PATCH
path: "/users/{user_uuid}"
tags: ["USER"]
---

# User Edit

`PATCH /users/{user_uuid}`

## Path parameters

- `user_uuid` string, uuid, required

## Headers

- `x-tenant` string

## Request body

- UserUpdateIn
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `password` string, nullable
  - `password_confirmation` string, nullable
  - `user_role_uuid` string, uuid, nullable
  - `is_verified` boolean, nullable
  - `is_onboarded` boolean, nullable
  - `is_active` boolean, nullable
  - `is_invited` boolean, nullable
  - `attributes` object, nullable

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `403` — Operation not allowed
- `404` — User not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
