| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID |
Gets or sets The ID of the client who this person belongs to. |
globally unique identifier |
None. |
| Client |
Gets or sets The client object this person belongs to |
Client |
None. |
| Password |
Gets or sets a person password |
string |
None. |
| UserName |
Gets or sets a person username |
string |
None. |
| GivenName |
Gets or sets a given name |
string |
None. |
| FamilyName |
Gets or sets a family name |
string |
None. |
|
Gets or sets a email address |
string |
None. |
|
| TimeZoneID |
Gets or sets the time zone for the User by input ID |
string |
None. |
| CurrentTimeZone |
Gets the current TimeZone set for the User |
TimeZoneInfo |
None. |
| UserRole |
Gets or sets the current Role set for the User. |
UserRole |
None. |
| MobileNumber |
The user's mobile phone number |
string |
None. |
| UserAccessList |
Gets or sets the user access list for the User. |
Collection of UserAccess |
None. |
| EnableAlertTimeframe |
Whether or not to enable the usage of the Alert Timeframe fields |
boolean |
None. |
| AlertTimeframeStart |
Start of the Alert Timeframe |
time interval |
None. |
| AlertTimeframeEnd |
End of the Alert Timeframe |
time interval |
None. |
| DefaultDashboard |
The User's default dashboard, for the WebApp |
integer |
None. |
| ObjectInfo |
The information about this object |
ObjectInfo |
None. |
| DateFormat |
Format string for displaying Date information |
string |
None. |
| TimeFormat |
Format string for displaying Time information |
string |
None. |
| GraphTooltips |
Whether or not to display tooltips on MultiGraphs |
boolean |
None. |
| ElevatedAccess |
Whether or not this user has an elevated level of access, i.e. ClientAdmin and above, or Technician |
boolean |
None. |
| CanOnlyViewUsersBelowRole |
Whether or not this user can only see users that have a role lower than their own |
boolean |
None. |
| UserRolesBelow |
Returns an auto-generated list of User Roles that fall below the current user's role |
Collection of UserRole |
None. |
| ID |
Gets ID for this record |
globally unique identifier |
None. |
| IntID |
Gets Integer ID for this record |
integer |
None. |