UserType
Represents user type definitions that categorize system users by their roles or access levels. This table supports permission management by assigning role-based capabilities across the Bullhorn CRM system.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the UserType record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage user-type classifications. |
| DateAdded | Datetime | False |
Indicates the date and time when the UserType record is added to the system. This value supports audit trails and helps administrators track when new user categories become available. |
| Description | String | False |
Specifies the descriptive text that is associated with the UserType record. This value helps administrators understand the purpose and intended use of the user type within permission or workflow configurations. |
| Enabled | Bool | False |
Returns a value of 'true' if the UserType record is enabled for use. It returns a value of 'false' when the user type is inactive and cannot be assigned to users. |
| IsHidden | Bool | False |
Returns a value of 'true' if the UserType record is hidden from standard user-selection interfaces. It returns a value of 'false' when the user type is visible and available for administrative assignment. |
| Name | String | False |
Specifies the name of the UserType record. This value provides the human-readable label that appears in administrative settings and user-role configuration screens. |