Get User Group Details
Select
Get details of a user-group based on id
Path Parameters
- userGroupId int32 required
Id of the user-group whose details have to be fetched
Header Parameters
- mode
Possible values: [
EdgeMode
]
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- id string
- name string
- GUID string
- description string
- enabled boolean
Returns if the user group is enabled or disabled
- enforceFSQuota boolean
- quotaLimitInGB int32
- serviceType string
Possible values: [
UNKNOWN
,COMMSERVE
,ACTIVE_DIRECTORY
,DOMINO_DIRECTORTY_SERVICE
,HOSTED_EXCHANGE
,ORGANIZATIONS
,DUMMY_DOMAIN
]The values that are returned by serviceType are- 0(unknown),1(commserver users),2(Active directory users),3(domino directory service users),4(hosted exchange users),5(company users),12(dummy domain users)
- email string
Returns if there is a email ID associated with the usergroup.
- enableTwoFactorAuthentication string
Possible values: [
ON
,OFF
,DISABLED_AT_COMPANY
]Allows two-factor authentication to be enabled for the specific types of usergroups. it can be turned on or off based on user preferences. There will be usergroups that will not have this option.
- enableLocalAuthentication string
Possible values: [
ON
,OFF
,DISABLED_AT_COMPANY
]Allows two-factor authentication to be enabled for the specific types of usergroups. it can be turned on or off based on user preferences. There will be usergroups that will not have this option.
associatedExternalGroups object[]
- laptopAdmins boolean
When set to true, users in this group cannot activate or be set as server owner
associatedLocalGroups object[]
plan object
company object
users object[]
associatedEntities object[]
- eligibleToAllowMultipleCompanyMembers boolean
Read only property. Denotes if the group is eligible for allowMultipleCompanyMembers
- allowMultipleCompanyMembers boolean
Default value:
false
This property denotes that addition of users/groups from child companies is allowed. Only applicable for commcell and reseller company group.
- doNotInheritRestrictConsoleTypes boolean
RestrictConsoleTypes are inherited from the parent or not.
restrictedConsoleTypes object[]
- azureGUID string
Azure Object ID used to link this user group to Azure AD group and manage group membership of the user during SAML login
- showAzureGuidOption boolean
Read only property. Denotes if the group is eligible to have Azure Object ID property
globalConfigInfo object
{
"id": "string",
"name": "string",
"GUID": "string",
"description": "string",
"enabled": true,
"enforceFSQuota": true,
"quotaLimitInGB": 0,
"serviceType": "UNKNOWN",
"email": "string",
"enableTwoFactorAuthentication": "ON",
"enableLocalAuthentication": "ON",
"associatedExternalGroups": [
{
"id": 0,
"name": "string"
}
],
"laptopAdmins": true,
"associatedLocalGroups": [
{
"id": 0,
"name": "string"
}
],
"plan": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"name": "string"
},
"users": [
{
"id": 0,
"name": "string"
}
],
"associatedEntities": [
{
"id": 0,
"name": "string",
"type": "string",
"role": {
"id": 0,
"name": "string"
},
"permissionList": {
"permissionId": 0,
"permissionName": "string",
"categoryId": 0,
"categoryName": "string",
"type": "ALL_CATEGORIES",
"exclude": true
}
}
],
"eligibleToAllowMultipleCompanyMembers": true,
"allowMultipleCompanyMembers": false,
"doNotInheritRestrictConsoleTypes": true,
"restrictedConsoleTypes": [
{
"consoleType": "COMMANDCENTER",
"parent": {
"id": 0,
"name": "string",
"type": "string"
}
}
],
"azureGUID": "string",
"showAzureGuidOption": true,
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
Requested Details not found
GET /v4/usergroup/:usergroupid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/UserGroup/:userGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'