ResetPassword
Reset a user's password.
Input
Name | Type | Description |
UserId | String | The unique identifier of the user. |
Password | String | The user-submitted password to reset it to. If left blank, a system-generated password will be created. |
Result Set Columns
Name | Type | Description |
Success | String | Whether the operation was successful. |
NewPassword | String | The value of the new password. |