Group (v2)
Overview
Represents a group.Members
Member variables of the entity:
Member | Type | Description | Requirements | Max. Length |
---|---|---|---|---|
id | Integer | User ID | Â | Â |
name | String | Display name of the group | Â | 64 |
eid | String | Enterprise ID (4 characters long) | Needed if environmentShortName is not present | 4 |
environmentShortName | String | Enterprise short name | Needed if eid is not present | 64 |
nonModifiable | boolean | If true, the group can not be modified throught the web interface | Â | Â |
users | List<GroupMembership> | List of member users in the group | Â | Â |