v1
latestOpenAPI 3.0.42026-07-14475158859.0 KBAppUser
update existing user (if you are trying to update an admin user you yourself should be admin) (if user does not have user:modify permission trying to modify other users' information fails with a forbidden error) (Auth)
put/api/users/{id}
Path parameters
idstring uuid required
user id
Request body
Example request
{
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi",
"password": "Test!123"
}Response
OK
boolean required