Editing user information

Virtual Storage Platform One SDS Block and SDS Cloud Virtual Private Storage Administration

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS028-03
ft:lastEdition
2026-04-20

Edit the following registered information about a user as follows. You can also edit the user information of the built-in user. However, editing user information or disabling a user in such a way that results in there being no user in a user group to which the VpsSecurity or VpsService role is assigned cannot be performed.

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

  • Password

  • Enabling or disabling a user

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: VpsSecurity

  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.