ResetPassword
Replaces the password for the current user.
Input
| Name | Type | Description |
| NewPassword | String | Defines the password on the profile. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |
| Id | String | Password Id. |
| AssignmentStatus | String | Status of the password: ACTIVE, EXPIRED, SUSPENDED, NOT_ENROLLED. |
| Created | Datetime | If password is ACTIVE, returns the date when password was first enrolled. |
| LastUpdated | Datetime | If password is ACTIVE, returns the date when password was last updated. |