v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Profiles

Create Profile

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

post/profiles

Request body

nicknamestring required

The display name of the profile. Must be unique.

descriptionstring

The description of the created profile.

Response

A successful response.

idstring required
nicknamestring 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.
descriptionstring
account_idstring

Example response

{
  "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
  "nickname": "MyProfileName",
  "type": "NORMAL"
}