---
title: "Update your profile"
method: PUT
path: "/api/v1/me/profile"
tags: ["humanApiProfile"]
---

# Update your profile

`PUT /api/v1/me/profile`

Updates your profile details

## Headers

- `X-API-Key` string, required

## Request body

- object
  - `user` ApiV1MeProfilePutRequestBodyContentApplicationJsonSchemaUser, required — User profile fields to update
    - `first_name` string — First name
    - `last_name` string — Last name

## Response `200`

Updated User Details

- ProfileUpdateMyProfileResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

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