v1
latestOpenAPI 3.1.02026-07-17497.7 KBUsers
Update an existing user
put/api/users/{id}
Path parameters
idstring uuid required
User UUID
Request body
Example request
{
"username": "jdoe_updated",
"password": "newSecurePass456"
}Response
User updated successfully
Example response
{
"message": "User updated"
}