UserStatus
Log in to add to favouritesPage last updated 05 December 2020
The user status class contains properties related to whether the user is active, deactivated, locked or needs a password reset.
Members
| Name | Type | Description |
|---|---|---|
| Suspended | bool | Indicates whether the user account is suspended. |
| SuspensionReason | string | The user account suspension reason. |
| Locked | bool | Indicates whether the user account is locked. |
| PasswordResetRequired | bool | Indicates whether a password reset is required. |