Skip to main content
PUT
Update User Profile

Authorizations

Authorization
string
header
required

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

Body

application/json

User profile update model.

username
string | null
Required string length: 3 - 50
email
string<email> | null
full_name
string | null
Maximum string length: 255

Response

Successful Response