Get User Group

Get User Group

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

Request
URI
GET
https://vrni.example.com/api/ni/settings/user-groups/{id}
COPY
Path Parameters
string
id
Required

entity id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UserGroupResponse of type(s) application/json
{
    "id": "[email protected]",
    "group_type": "VIDM",
    "group_name": "testgroup",
    "domain": "vidmlabs.com",
    "role": "ADMIN"
}
group_type
Optional

group_type

string
id
Optional

Unique identifier assigned to user-group.

string
group_name
Optional

Group-name of the user-group.

string
domain
Optional

Domain name to which user-group belongs to.

role
Optional

role


401

Unauthorized

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


404

Not Found

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

array of ErrorDetail
details
Optional

details


500

Internal Error

Operation doesn't return any data structure