AccountService.changeAccountPassword Method
Allows a System Administrator to change the password for the specified account.
Parameters
- accountId
-
Type: String
The ID of the account to change the password for.
- newPassword
-
Type: String
The new password.
Return Value
Type: jQuery.Promise
Value: dundas.OperationResult
A promise object that is resolved when the call is complete.
If successful, a dundas.OperationResult is returned.