Deleting a user

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-02

A user cannot be deleted if no other user remains in the user group to which the Security or Service role is assigned. Also, a built-in user cannot be deleted.

(Bare metal)(Cloud) You cannot delete a user if all remaining users become unable to use the console interface as a result of deletion.

If you delete a user, the session of the user is deleted.

  • Required role: Security

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

  1. Verify the user ID.

    REST API: GET /v1/objects/users

    CLI: user_list

  2. Delete a user.

    Run either of the following commands with the user ID specified.

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

    CLI: user_delete

  3. Obtain a list of user information and verify that the intended user is deleted.

    REST API: GET /v1/objects/users

    CLI: user_list

  4. (Virtual machine)(Bare metal) Back up the configuration information.

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

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