EmployeeGroup
Represents groups used to organize employees for reporting, restrictions, and bulk operations.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the employee group. |
| auditCreatedDateTime | Datetime | True |
The date and time when the employee group was created. |
| auditModifiedBy | String | True |
The user who last modified the employee group. |
| auditModifiedDateTime | Datetime | True |
The date and time when the employee group was last modified. |
| description | String | False |
The description of the employee group. |
| entity_Href | String | True |
The URL of the entity associated with this employee group. |
| entity_Id | String | True |
The Id of the entity associated with this employee group. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this employee group. |
| entity_Name | String | True |
The name of the entity associated with this employee group. |
| groupType | String | False |
The type of the employee group, such as static or dynamic. |
| href | String | True |
The URL of the employee group resource. |
| id | String | False |
The unique identifier of the employee group record. |
| isDimensionStructure | Bool | False |
Indicates whether this employee group is used as a dimension structure. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the employee group record. |
| memberFilter | String | False |
The filter criteria used to dynamically determine the members of this employee group. |
| name | String | False |
The name of the employee group. |
| ListAggregate_GroupMembers | String | False |
The aggregate list of members associated with this employee group. |