Get Usergroup Details (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation returns the properties associated with a user group.
Path Parameters
- UserGroupId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get Usergroup Details
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringuserGroups object[]
description stringallAssociations booleanenforceFSQuota booleanenabled booleanagePasswordDays integeremail stringedgeDriveQuotaLimitInGB integerenforceEdgeDriveQuota booleanquotaLimitInGB integerpreferenceMachineCentricClient booleanallCapabilities booleansecurityAssociations object
associations object[]
entities object
entity object[]
commCellName stringcommCellId integer_type_ integerproperties object
isCreatorAssociation booleancategoryPermission object
categoriesPermissionList object[]
permissionId integerpermissionName string_type_ integercategoryId integerpermissions object[]
permissionId integerpermissionName stringrole object
_type_ integerroleId integerroleName stringprovider object
providerId integeruserGroupEntity object
userGroupId integeruserGroupName stringplan object
users object[]
userName stringuserId integervcloudGroupProp object
groupSecurity object
ownerAssociations object
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"userGroups": [
{
"description": "string",
"allAssociations": true,
"enforceFSQuota": true,
"enabled": true,
"agePasswordDays": 0,
"email": "string",
"edgeDriveQuotaLimitInGB": 0,
"enforceEdgeDriveQuota": true,
"quotaLimitInGB": 0,
"preferenceMachineCentricClient": true,
"allCapabilities": true,
"securityAssociations": {
"associations": [
{
"entities": {
"entity": [
{
"commCellName": "string",
"commCellId": 0,
"_type_": 0
}
]
},
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionId": 0,
"permissionName": "string",
"_type_": 0,
"categoryId": 0
}
]
},
"permissions": [
{
"permissionId": 0,
"permissionName": "string"
}
],
"role": {
"_type_": 0,
"roleId": 0,
"roleName": "string"
}
}
}
]
},
"provider": {
"providerId": 0
},
"userGroupEntity": {
"userGroupId": 0,
"userGroupName": "string"
},
"plan": {},
"users": [
{
"userName": "string",
"userId": 0
}
],
"vcloudGroupProp": {},
"groupSecurity": {
"ownerAssociations": {}
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"userGroups": [
{
"description": "Administrative Group",
"allAssociations": true,
"enforceFSQuota": false,
"enabled": true,
"agePasswordDays": 0,
"email": "",
"edgeDriveQuotaLimitInGB": 100,
"enforceEdgeDriveQuota": false,
"quotaLimitInGB": 100,
"preferenceMachineCentricClient": true,
"allCapabilities": true,
"securityAssociations": {
"associations": [
{
"entities": {
"entity": [
{
"commCellName": "firewalltestcs",
"commCellId": 2,
"_type_": 1
}
]
},
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionId": 178,
"permissionName": "VPN Management",
"_type_": 122,
"categoryId": 102
}
]
}
}
},
{
"entities": {
"entity": [
{
"commCellName": "firewalltestcs",
"commCellId": 2,
"_type_": 1
}
]
},
"properties": {
"isCreatorAssociation": false,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionId": 179,
"permissionName": "Create Client Group",
"_type_": 122,
"categoryId": 122
}
]
}
}
},
{
"entities": {
"entity": [
{
"commCellName": "firewalltestcs",
"commCellId": 2,
"_type_": 1
}
]
},
"properties": {
"isCreatorAssociation": true,
"permissions": [
{
"permissionId": 178,
"permissionName": "VPN Management"
}
]
}
},
{
"entities": {
"entity": [
{
"commCellName": "firewalltestcs",
"commCellId": 2,
"_type_": 1
}
]
},
"properties": {
"isCreatorAssociation": false,
"permissions": [
{
"permissionId": 179,
"permissionName": "Create Client Group"
}
]
}
},
{
"entities": {
"entity": [
{
"commCellName": "firewalltestcs",
"commCellId": 2,
"_type_": 1
}
]
},
"properties": {
"isCreatorAssociation": true,
"role": {
"_type_": 120,
"roleId": 1,
"roleName": "Master"
}
}
}
]
},
"provider": {
"providerId": 0
},
"userGroupEntity": {
"userGroupId": 1,
"userGroupName": "master"
},
"plan": {},
"users": [
{
"userName": "testadmin",
"userId": 1
}
],
"vcloudGroupProp": {},
"groupSecurity": {
"ownerAssociations": {}
}
}
]
}
Loading...