---
title: "Update current user"
method: PATCH
path: "/api/user"
tags: ["Private User"]
---

# Update current user

`PATCH /api/user`

Update the authenticated user's profile (name, job type, favorite platforms, image).

## Request body

- object
  - `firstName` string, required
  - `lastName` string, required
  - `jobType` string
  - `imageUrl` string, nullable
  - `favoritePlatforms` string[]
  - `emailProvider` string
  - `workspaceId` string

## Response `200`

User updated successfully

- object
  - `success` boolean

## Other responses

- `400` — Invalid request body
- `404` — User not found

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/5fb378acc79f/schema)
