EmployeeRole
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique id of the record | No |
Role | VarChar | The name of the access level | Yes |
Ranking | Integer | Numeric indicator of where the access role sits in the overall hierarchy. Important for Enterprise | Yes |
ReportTo | Integer | Which access level this role reports to. If 0, this indicates system administrator (top level) | No |
Permissions | Blob | Permissions associated with this role | No |
Require2fa | Boolean True/False | Whether this role requires 2FA or not | No |
Creator | Integer | The id of the user who created the record | No |
Created | DateTime | When the record was first created | No |
Modified | DateTime | When the record was last modified | No |
Updated over 2 years ago