---
title: "Update the authenticated user's own profile (name fields)"
method: PATCH
path: "/api/v1/users/me"
tags: ["Users"]
---

# Update the authenticated user's own profile (name fields)

`PATCH /api/v1/users/me`

Update the authenticated user's own profile (name fields)

## Request body

- UserUpdateProfile — Input for updating the current user profile
  - `first_name` string — First name
  - `last_name` string — Last name

## Response `200`

Success

- UserProfileResponse — Response containing user profile
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — User profile information
    - `id` string, uuid, required — User ID
    - `email` string, email, required — User email
    - `first_name` string — First name
    - `last_name` string — Last name
    - `updated_at` string, date-time, required — Last update date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-06-16** `b372e7d5563d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/users/me/patch.md)

---

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