[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get User

Description

Get details of a user. Only admin users can perform this action. This action is currently restricted to user mapped through VMware Identity Manager

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/users/{id}
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns UserResponse of type(s) application/json
{
    "display_name": "alley martin",
    "domain": "vidmlabs.com",
    "id": "alleymartin123@vidmlabs.com",
    "role": "ADMIN",
    "user_type": "VIDM",
    "username": "alleymartin123"
}
string
display_name Optional

User’s display name


string
domain Optional

Domain name to which group belongs to.


string
id Optional

Unique identifier assigned to user.


role Optional

Role assigned the user/group.

Possible values are: MEMBERADMINAUDITOR


user_type Optional

The type of user.

Possible values are: LDAPLOCALVIDM


string
username Optional

Username of the user

Errors

Errors

ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/users/{id}


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?