v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
User

Update user

Update User allows to update the user's profile. The following fields can be updated:

  • username
patch/v1/client/user

Request body

usernamestring

The new username for the user.

Example request

{
  "username": "abc1234999"
}

Response

OK

dataobject