ChangePassword
Updates a user's password, enhancing account security.
Input
| Name | Type | Description |
| CurrentPassword | String | The user's current password, required to validate their identity before allowing the password change. |
| NewPassword | String | The new password the user wants to set, which must comply with security and policy requirements. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates if the password change operation completed successfully (true or false). |