GroupDto
Defines the properties of the group.
{
"domain": "string",
"displayName": "string",
"id": "string",
"ownerOrgId": "string",
"sharedOrgIds": [
"string"
],
"groupType": "string",
"usersCount": 0,
"description": "string"
}
The domain name of the group.
The display name of the group.
Unique identifier of the group.
Unique identifier (GUID) of the organization that is the owner of the current group.
Unique identifiers (GUID) of the shared organizations.
USER_GROUP is an organization specific custom group, AD_GROUP is a federated domain group, SHARED_GROUP is group owned by another organization and shared with current one.
Number of users in the group.
Description of the custom group. For enterprise groups the value will be null
.