Click or drag to resize

UserData Properties

The UserData type exposes the following members.

Properties
  Name Description
Public property AccountCreatedDateTime Gets the UTC date and time when user account was created.
Public property CompanyName Gets the user's company name.
Public property EmailAddress Gets the user's email address.
Public property FirstName Gets the user's first name.
Public property Groups Gets a read-only list of all the groups the user belongs to.
Public property IsAzureAD Gets a boolean value that indicates whether the user is defined as an AzureAD account.
Public property IsDefined Gets a boolean value that indicates whether the user is defined in the backend security data store.
Public property IsDisabled Gets a boolean value that indicates whether the user account has been disabled.
Public property IsExternal Gets a boolean value that indicates whether the user is defined as an external user in the backend security data store.
Public property IsLockedOut Gets a boolean value that indicates whether the user account has been locked due to numerous unsuccessful login attempts.
Public property LastName Gets the user's last name.
Public property LoginID Gets the user's login ID.
Public property Password Gets the user's password.
Public property PasswordChangeDateTime Gets the UTC date and time when user must change the password.
Public property PhoneNumber Gets the user's phone number.
Public property Roles Gets a read-only list of all the roles assigned to the user.
Public property SecurityAnswer Gets the user's security answer.
Public property SecurityQuestion Gets the user's security question.
Public property Username Gets the user's login name.
Top
See Also