---
title: "POST /user.update"
method: POST
path: "/user.update"
tags: ["user"]
---

# POST /user.update

`POST /user.update`

## Request body

- object
  - `id` string
  - `firstName` string
  - `lastName` string
  - `isRegistered` boolean
  - `expirationDate` string
  - `createdAt2` string
  - `createdAt` string, nullable
  - `twoFactorEnabled` boolean, nullable
  - `email` string, email
  - `emailVerified` boolean
  - `image` string, nullable
  - `banned` boolean, nullable
  - `banReason` string, nullable
  - `banExpires` string, nullable
  - `updatedAt` string
  - `enablePaidFeatures` boolean
  - `allowImpersonation` boolean
  - `enableEnterpriseFeatures` boolean
  - `licenseKey` string, nullable
  - `stripeCustomerId` string, nullable
  - `stripeSubscriptionId` string, nullable
  - `serversQuantity` number
  - `sendInvoiceNotifications` boolean
  - `password` string
  - `currentPassword` string

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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