Update a local user password

To update a user password, perform a PUT operation to reapply all of the user account attributes. View the user account attributes by using a GET operation, edit the attributes, and then perform a PUT operation using all of the attributes.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator

Updating a local user password using REST APIs
  1. Select the user name.

    GET /rest/users

  2. Using the user name from step 1, get the user information.

    GET /rest/users/{userName}

  3. Update the user password.

    PUT /rest/users