---
title: "Update the user profile."
method: POST
path: "/api/user"
tags: ["Users"]
---

# Update the user profile.

`POST /api/user`

## Request body

- UpdateProfileDto
  - `answers` object, nullable — The answers from a questionaire.

## Response `204`

User updated.

## Other responses

- `400` — Validation error.
- `500` — Operation failed.

---

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