Users.changePassword (Method)
Changes the password for the specified user.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userID | UserID | Required | The ID of the user who's password is to be changed. |
password | NewPassword | Required | The new password. |
Context:
License Requirements | None |
Permission Requirements | User:Admin |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the customer level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
1000503 | The user name and password cannot be the same. |
Notes:
None