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

# Update current user profile

`PATCH /v1/me/profile`

Updates the signed-in user's display name.

## Request body

- object
  - `firstName` string, required
  - `lastName` string, required

## Response `200`

Current user profile updated successfully.

- UpdateCurrentUserProfileResponse
  - `user` object, required

## Other responses

- `400` — The profile update request body was invalid.
- `401` — The caller must be signed in to update profile data.

---

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