Update a local user account

To update a local user account, perform a PUT operation to reapply all of the local user account attributes. View the local 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 account 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 account.

    PUT /rest/users