KRON PAM API Collection v3.4.0
User Management

Update User

1min
POST

Overview

This method updates a user's information in KRON PAM.

Usage

To update a user's information:

  1. Use the Get User Details By Id request to retrieve the user's current details.
  2. Copy the response of the Get User Details By Id request to the "Body" field of the saveUser request.
  3. Edit the necessary fields in the "Body" field.
  4. 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.
Header Parameters
Content-Type
X-XSRF-TOKEN
Path Parameters
url
Body Parameters
body
Responses
200
Update User