Skip to main content

Update user

PUT 

/user/:username

This can only be done by the logged in user.

Request

Path Parameters

    username stringrequired

    name that needs to be updated

Body

Update an existent user in the store

    id int64
    username string
    firstName string
    lastName string
    email string
    password string
    phone string
    userStatus int32

    User Status

Responses

successful operation

Loading...