User
¶
Represents details about a user account.
- User.Id¶
=
Id
The unique identifier of the user account.
- User.Username¶
=
Username
The unique username of the user account that is used to authenticate against the TrustID Cloud.
- User.Email¶
=
Email
The email address of the user. The email address is required for users that are referral reviewers.
- User.Firstname¶
=
Firstname
The first name of the user account holder.
- User.Lastname¶
=
Lastname
The last name of the user account holder.
- User.Description¶
=
Description
General description of the user account.
- User.BranchId¶
=
BranchId
The unique identifier of the branch, this user account belongs to.
See also
Branch for more information about branch details.
- User.BranchName¶
=
BranchName
The name of the branch, this user account belongs to.
- User.Privileges¶
=
Privileges
The user privileges that this user account holds.
- User.EmailAlertFlags¶
=
EmailAlertFlags
The email alert flags that are set for this user.
- User.SetInitialPassword¶
=
SetInitialPassword
true
, if the user account is marked to set the initial password on the next login.
- User.ArchiveVisibility¶
=
ArchiveVisibility
Governs which records the user can view in the archive.
See also
UserArchiveVisibility for more information about archive visibility.
- User.FailedPasswordAttemptCount¶
=
FailedPasswordAttemptCount
Count showing how many failed login attempts there have been since the last successful login.
- User.IsLockedOut¶
=
IsLockedOut
true
if the user account is locked after too many failed login attempts.
- User.Active¶
=
Active
true
if this user is enabled and active.