Updated user

This can only be done by the logged in user.

Request
path Parameters
username
required
string

name that need to be updated

Request Body schema: application/json

Updated user object

id
integer <int64>
username
string
firstName
string
lastName
string
email
string
password
string
phone
string
userStatus
integer <int32>

User Status

put
/user/{username}
Request samples
application/json
{ "id": 0, "username": "string", "firstName": "string", "lastName": "string", "email": "string", "password": "string", "phone": "string", "userStatus": 0 }
Responses

200

OK

400

Invalid user supplied

404

User not found