Skip to main content
PATCH
Update my profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string

Given name

last_name
string

Family name

username
string

Unique handle

Response

Success

id
string<uuid>
email
string<email>
username
string
first_name
string
last_name
string
is_verified
boolean
mfa_enabled
boolean
roles
object[]