---
title: "Create User Profile"
method: POST
path: "/applications/{client_id}/profile/"
---

# Create User Profile

`POST /applications/{client_id}/profile/`

## Path parameters

- `client_id` string, required

## Request body

- object
  - `nickname` string — If not provided, a nickname will be assigned
  - `custom_data` string — String data to send with the user profile. Typically contains a string JSON payload to be decoded by the client SDK
  - `attributes` object[] — Optional key value pair attributes
    - `key` string, required
    - `value` string, required

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `created_at` string
  - `nickname` string
  - `points` integer
  - `badges` unknown[]
    - unknown
  - `attributes` object[]
    - `key` string
    - `value` string
  - `subscribe_channel` string
  - `reported_count` integer
  - `access_token` 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)
