Method ChangeUserPassword
ChangeUserPassword(string, string, string)
Sets the password of a user.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 142, 0)]
bool ChangeUserPassword(string inAccountId, string inOldPassword, string inNewPassword)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inAccountId | User account identifier. |
| string | inOldPassword | User current password. |
| string | inNewPassword | User new password. |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
This method is available since v7.16.