---
title: "Update profile settings"
method: PUT
path: "/settings/profile"
tags: ["Settings"]
---

# Update profile settings

`PUT /settings/profile`

Updates profile display name.

## Request body

- ProfileUpdateRequest
  - `name` string, required

## Response `200`

Profile updated

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` object, nullable, required — Response data (type varies by endpoint, null if no data)
    - `id` string, uuid, nullable
    - `name` string
    - `email` string, email
    - `updated_at` string, date-time, nullable
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `403` — CSRF token validation failed

---

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