Name | Description | |
---|---|---|
![]() | CreatedTimestamp | The timestamp of when the user was created |
![]() | Deleted | Indicates if the user account has been deleted. |
![]() | EmailAddress | The email address used to communicate with the user. |
![]() | Id | The unique key for this user |
![]() | IsApproved | Indicates if the account has been approved and is now active. |
![]() | IsLockedOut | Indicates if the account has been locked out due to having too many password failures in a row. |
![]() | LastAccessTimestamp | The last time the user performed an authenticated action |
![]() | LastLockedOutTimestamp | Optional. The timestamp of the last time the account was locked out. |
![]() | LastPasswordChangeTimestamp | Optional. The timestamp of the last time the password was changed. |
![]() | LastPasswordFailureTimestamp | Optional. The timestamp of the last time the user failed to authenticate |
![]() | PasswordFailures | The number of unsuccessful authentication attempts since the last successful log in. |
![]() | TimeZoneCode | Optional, The name of the time zone the user has elected to view timestamps in. Overrides the repository default. |
![]() | Type | The type of user - ranging from system to virtual. |
![]() | UseHtmlEmail | Indicates if the user has requested HTML-formatted email when possible. |
![]() | UserCaption | A display caption for the user - often their full name. |
![]() | UserName | The name used to authenticate to the system. |