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