UserGroup
Represents groups of users used to collectively assign roles and permissions, including an optional description and associated role memberships.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the user group. |
| auditCreatedDateTime | Datetime | True |
The date and time when the user group was created. |
| auditModifiedBy | String | True |
The user who last modified the user group. |
| auditModifiedDateTime | Datetime | True |
The date and time when the user group was last modified. |
| description | String | False |
The description of this user group. |
| href | String | True |
The URL of the user group resource. |
| id | String | False |
The unique identifier of the user group record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the user group record. |
| ListAggregate_Roles | String | False |
The aggregate list of roles associated with this user group. |