Skip to main content
POST
Update username

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to update username

username
string
required

The new username

Required string length: 3 - 18
Pattern: ^[a-zA-Z0-9]+$

Response

OK

Username update response

username
string
required