Skip to main content
PUT
Upload account avatar

Path Parameters

username
string
required

Public handle of the account.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Body

multipart/form-data

multipart form data

Response

Represents an account.

Represents an account.

createdAt
string<date-time>
required

Timestamp when the account was created.

emailAddress
string
required

Email address associated with the account.

isActivated
boolean
required

Whether the account email has been verified.

isAdmin
boolean
required

Whether the account has administrator privileges.

isSuspended
boolean
required

Whether the account is currently suspended.

updatedAt
string<date-time>
required

Timestamp when the account was last updated.

username
string
required

Public handle of the account.

Required string length: 3 - 32
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
avatarUrl
string

Serve path of the account's avatar, when set.

displayName
string

Display name of the account holder, when set.