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