---
title: "Update current user"
method: PATCH
path: "/user"
tags: ["Users"]
---

# Update current user

`PATCH /user`

## Request body

- object
  - `user` object, required
    - `name` string — The name of the user
    - `image` string, uri, nullable — The url to the image of the user.
    - `last_read_at` object, nullable — When the user read various notifications. At most 50 fields can be stored.
    - `announcements_last_seen_at` string, date-time, nullable
    - `locale` 'en' | 'fr' | 'es' | 'de' | 'null', nullable — The preferred language of the user
    - `current_password` string — The current password of the user. Required when updating password.
    - `password` string — The new password of the user. Required when updating password. Users of organizations with sso flow enabled won't be able to update this field.
    - `password_confirmation` string — The confirmation of the new password.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Content

---

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