---
title: "Update User"
method: PATCH
path: "/v1/me/info"
tags: ["Me"]
---

# Update User

`PATCH /v1/me/info`

Update information about the current user.

## Request body

- UpdateUserInfo
  - `name` string, nullable — The user name.
  - `email` string, nullable — The user email.
  - `current_password` string, nullable — The current user password.
  - `password` string, nullable — The new user password. If None, the user password is not changed.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/betagouv/apis/opengatellm.md) · [All operations](https://skmtc.net/betagouv/apis/opengatellm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/betagouv/opengatellm/revisions/f2624a610e5a/schema)
