Editing user information

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.16.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-03

If you edit user information, the session of the user is deleted.

Note:

When the password is changed for the function, if requiresInitialPasswordReset of the user authentication settings is true, the password of the user expires. The expired password can be recovered by using the password changing API of the local user.

  • Required role: Security

  • When creating users in a VPS: Scope of the VPS

  1. Verify the user ID.

    REST API: GET /v1/objects/users

    CLI: user_list

  2. Edit information about the user.

    Run either of the following commands with the user ID, new password, and whether the user is enabled specified.

    REST API: PATCH /v1/objects/users/<userId>

    CLI: user_set

    After running the command, you receive a response indicating user information.

  3. (Bare metal) Back up the configuration information.

    Perform this step by referring to Backing up the configuration information (Bare metal).

    If you continue operations with other procedures, you must back up the configuration information after you have completed all operations.