Retrieve user information

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

Retrieves a list of the users on your system, as well as their assigned roles.

Endpoint

POST /user/info

Request structure

Not applicable

Response structure

{
  "displayName": "string",
  "roles": [
    "string"
  ]
}

Parameter

Type

Description

displayName String The name of the user.
roles String The roles assigned to the user.

Return codes

Status code

HTTP name

Description

200 OK The request was executed successfully.
401 Unauthorized Access was denied because the credentials are not valid.
405 Method Not Allowed The specified HTTP method is not allowed for user data. Resend using POST.