Role
Represents user roles used to define access permissions and assign groups of privileges to users or user groups.
Columns
| Name | Type | ReadOnly | Description |
| applyTo | String | False |
The scope to which this role applies, such as company or entity. |
| auditCreatedBy | String | True |
The user who created the role. |
| auditCreatedDateTime | Datetime | True |
The date and time when the role was created. |
| auditModifiedBy | String | True |
The user who last modified the role. |
| auditModifiedDateTime | Datetime | True |
The date and time when the role was last modified. |
| description | String | False |
The description of this role. |
| href | String | True |
The URL of the role resource. |
| id | String | False |
The unique identifier of the role record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the role record. |
| roleType | String | False |
The type classification of this role, such as custom or system. |
| ListAggregate_RoleGroups | String | False |
The aggregate list of user groups assigned to this role. |
| ListAggregate_RolePermissionAssignments | String | False |
The aggregate list of permission assignments associated with this role. |
| ListAggregate_RoleUsers | String | False |
The aggregate list of users assigned to this role. |