Skip to content

Powered by Grav + Helios

Update User

Update User

PATCH /users/{username}
Update a user account.

Parameters

Name Type Description
username required string The username to update (path parameter)
email optional string Updated email address
fullname optional string Updated full display name
state optional string Updated account state
access optional object Updated permission access object
password optional string New password

Response Codes

200 User updated
401 Unauthorized
404 User not found
422 Validation error