---
title: "Modify user"
method: PUT
path: "/rest/user"
tags: ["User Management"]
---

# Modify user

`PUT /rest/user`

Update details of the user associated with the access token used for authentication.

## Request body

- object
  - `email` Username — unresolved $ref
  - `language` string, ISO 639-1:2002 — Two-letter language code.
  - `full_name` string — Full name of the finX account user.
  - `new_password` Password — unresolved $ref
  - `password` Password — unresolved $ref

## Other responses

- `200` — unresolved $ref
- `400` — Bad request.
- `401` — unresolved $ref

---

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