User Type
The User Type object is an extension of a native Active Record (opens new window) plus the following:
# Public Properties
The following properties are available:
Property | Type | Description |
---|---|---|
id | integer (opens new window) | The organization type's Id |
handle | string (opens new window) | The organization type's reference name |
name | string (opens new window) | The organization type's human readable name |
uid | string (opens new window), null (opens new window) | The unversally unique identifier |
dateCreated | DateTime (opens new window), null (opens new window) | The date the user type was created |
dateUpdated | DateTime (opens new window), null (opens new window) | The date the user type was last updated |