ResetUserPassword
Resets a user's password and sets the user's status to RECOVERY.
Input
Name | Type | Description |
UserId | String | Id of the user. |
SendEmail | Boolean | Whether to send a password reset email. Defaults to false.
The default value is false. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |
ResetPasswordUrl | String | Url to reset the password. Not present if SendEmail is true. |