Update user
PATCH
/api/v1/users/{username}
Self-update: users can change their own username. Changing role or password of others requires users.update permission.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” username
required
string
Request Body required
Section titled “Request Body required ”object
username
string
role
string
password
string
Responses
Section titled “ Responses ”User updated
object
username
string
role
string
email
string
createdAt
string
lastLoginAt
string
Unauthorized
Forbidden
User not found