---
title: "Update my profile"
method: PATCH
path: "/profiles/my-profile"
tags: ["Profiles"]
---

# Update my profile

`PATCH /profiles/my-profile`

## Headers

- `organization` string, required

## Request body

- UpdateProfileInput
  - `custom_fields` Map
    - `key` string, required — Custom field name
    - `value` string, required — Value
  - `address` string — Address
  - `phone` string — Phone number
  - `gender` string — Gender
  - `birthday` string — Birthday
  - `locale` string — An ISO 639-1 language code
  - `avatar` string — The URL of the avatar image

## Response `200`

Account profile updated

- ProfileResponseDto
  - `id` string — Profile ID
  - `address` string — Address
  - `phone` string — Phone number
  - `custom_fields` Map
    - `key` string, required — Custom field name
    - `value` string, required — Value
  - `account` string — Account ID
  - `avatar` string — Avatar ID
  - `created_at` string — Date and time the profile was created

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
