Get User Group Using GET
Look up a local user group using its identifier
The identifier of the user group
The user group data
{
"authSourceId": "string",
"description": "string",
"displayName": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"role-permissions": [
{
"allowAllObjects": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"roleName": "string",
"traversal-spec-instances": [
{
"adapterKind": "string",
"includedAdapterKinds": [
"string"
],
"name": "string",
"resourceKind": "string",
"resourceSelection": [
{
"resourceId": [
"string"
],
"type": "string"
}
],
"selectAllResources": false
}
]
}
],
"roleNames": [
"string"
],
"userIds": [
"string"
]
}
The identifier of the auth source. If it is null, a local user group will be created.
A description about this group.
The displayName of this group.
The identifier of this group.(unique)
Note: Required when updating or deleting the user group.
The name of this group.
The list of role permissions assigned to this group. May be null. Replaces and takes precedence over roleNames
.
(Deprecated) List of role names assigned to the user group. May be null.
The list of users who are members of this group.