KRON PAM API Collection v3.4.0
User Management
Update User
1 min
POST
Overview
This method updates a user's information in KRON PAM.
Usage
To update a user's information:
- Use the Get User Details By Id request to retrieve the user's current details.
- Copy the response of the Get User Details By Id request to the "Body" field of the
saveUser
request. - Edit the necessary fields in the "Body" field.
- Send the request to apply the changes.
Notes
- Password Update:
- If you intend to change the password, only modify the password field. There's no need to change other fields.
- The
passwordDirty
parameter must be set to "true" when a password change is required.
- User Info Updates:
- The
passwordDirty
parameter must be set to "false" when updating user information, excluding the password.
- The
Header Parameters
Content-Type
string
X-XSRF-TOKEN
string
Path Parameters
url
string
Body Parameters
body
object
Responses
200
Update User