---
title: "Update User Profile"
method: PATCH
path: "/{profile_id}/"
---

# Update User Profile

`PATCH /{profile_id}/`

## Path parameters

- `profile_id` string, required

## Request body

- object
  - `nickname` string — If provided, the nickname will be updated
  - `custom_data` string — Optional custom data to set on the user profile
  - `attributes` object[] — optional key value attributes
    - `key` string
    - `value` string

## Response `200`

200

- object
  - `badges` unknown[]
    - unknown
  - `id` string
  - `subscribe_channel` string
  - `url` string
  - `chat_room_memberships_url` string
  - `blocked_profiles_template_url` string
  - `client_id` string
  - `reward_item_balances_url` string
  - `reward_item_credit_url` string
  - `reward_item_debit_url` string
  - `custom_data` unknown
  - `reward_item_transfer_url` string
  - `chat_room_invitations_url_template` string
  - `badges_url` string
  - `badge_progress_url` string
  - `block_profile_url` string
  - `points` integer
  - `reported_count` integer
  - `created_at` string
  - `nickname` string
  - `attributes` object[]
    - `key` string
    - `value` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
