Skip to main content
PATCH
Update Current User

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
avatar
file | null
first_name
string | null
last_name
string | null
username
string | null

Response

Successful Response

id
string
required
phone
string
required
first_name
string | null
required
last_name
string | null
required
username
string | null
required
avatar_url
string | null
required
is_verified
boolean
required
format_balance
string
required
read-only
balance
number | null
rating
UserRatingResponse · object | null