Skip to main content
Hitachi Vantara Knowledge

Get management users

Get a list of all management users.

HTTP request syntax (URI)
GET <base_URI>/v8/storage/file-devices/management/users
Return codes
Code Data Description
200 managementUsersManagement users retrieved successfully.
500 Error message Error associated with the storage system.

Any HTTP status code other than 200 indicates that the API did not complete successfully.

Request example:
curl -vk -H "X-Api-Key: zrxvSDAv9x.RIP4gkmKarG3beF.or.4Tc2im7oeqYN88C9XPGHxbXC" https://172.17.11.11:8444/v8/storage/file-devices/management/users
Response example
HTTP/1.1 200 OK
{
  "managementUsers": [
    {
      "accessLevel": "DEV",
      "isDeletable": false,
      "isPasswordModifiable": true,
      "lastLogin": "none",
      "objectId": "726f6f743a3a3a4445563a3a3a303a3a3a4f49445f24232140255f56",
      "type": "SYNC",
      "userName": "root"
    },
    {
      "accessLevel": "SUPERVISOR",
      "isDeletable": true,
      "isPasswordModifiable": true,
      "lastLogin": "none",
      "objectId": "41646d696e6973747261746f723a3a3a53555045525649534f523a3a3a303a3a3a4f49445f24232140255f56",
      "type": "NORMAL",
      "userName": "Administrator"
    },
    {
      "accessLevel": "SUPERVISOR",
      "isDeletable": false,
      "isPasswordModifiable": true,
      "lastLogin": "none",
      "objectId": "6d616e616765723a3a3a53555045525649534f523a3a3a303a3a3a4f49445f24232140255f56",
      "type": "SYNC",
      "userName": "manager"
    },
    {
      "accessLevel": "USER",
      "isDeletable": true,
      "isPasswordModifiable": true,
      "lastLogin": "2021-02-12 15:25:56+01:00",
      "objectId": "726561643a3a3a555345523a3a3a303a3a3a4f49445f24232140255f56",
      "type": "NORMAL",
      "userName": "read"
    },
    {
      "accessLevel": "DEV",
      "isDeletable": false,
      "isPasswordModifiable": true,
      "lastLogin": "2022-08-29 12:40:51+01:00",
      "objectId": "6465763a3a3a4445563a3a3a303a3a3a4f49445f24232140255f56",
      "type": "NORMAL",
      "userName": "dev"
    },
    {
      "accessLevel": "SUPERVISOR",
      "isDeletable": true,
      "isPasswordModifiable": true,
      "lastLogin": "2022-09-15 16:34:35+01:00",
      "objectId": "73757065727669736f723a3a3a53555045525649534f523a3a3a303a3a3a4f49445f24232140255f56",
      "type": "NORMAL",
      "userName": "supervisor"
    }
  ]
}

 

  • Was this article helpful?