User Properties |
The User type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CreateDate |
Gets the UTC create date of the user.
|
![]() |
Gets the email address of the user.
|
|
![]() |
FirstName |
Gets or sets the first name of the user.
|
![]() |
IsAdmin |
Gets or sets a value indicating if the user is in the system administrator group.
|
![]() |
IsAssetAdmin |
Gets or sets a value indicating if the user is in the system asset administrator group.
|
![]() |
IsLockedOut |
Gets a value indicating if the user is locked out.
|
![]() |
IsOnline |
Gets a value indicating if the user is currently online. It is not recommended to rely on the accuracy of this value.
|
![]() |
IsPrimary |
Gets a value indicating if the user is the account's primary user. Only 1 user can be marked as IsPrimary.
|
![]() |
LastLoginDate |
Gets the last successful login UTC date, if any.
|
![]() |
LastName |
Gets or sets the last name of the user.
|
![]() |
Profile |
Gets the UserProfile of the user.
|
![]() |
ProviderInstanceId |
Gets the unique identifier of the user provider instance of the user, if any.
|
![]() |
ProviderKey |
Gets the key in the user provider instance that maps to the user, if any.
|
![]() |
ProviderUsername |
Gets or sets the user name in the user provider instance that maps to the user, if any.
|
![]() |
UserId |
Gets a unique identifier of the user.
|