---
title: "Create Profile"
method: POST
path: "/profiles"
tags: ["Profiles"]
---

# Create Profile

`POST /profiles`

Create a new profile for this account. Profiles created using this endpoint always have a type of `NORMAL`.

## Request body

- CreateProfileRequest
  - `nickname` string, required — The display name of the profile. Must be unique.
  - `description` string — The description of the created profile.

## Response `200`

A successful response.

- Profile
  - `id` string, required
  - `nickname` string, required
  - `type` 'NORMAL' | 'DEFAULT', required — The profile type. - NORMAL: A client-created profile. All Profiles created using the `CreateProfile` endpoint are of this type. - DEFAULT: A system-generated profile.
  - `description` string
  - `account_id` string

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
