ChangePassword Method (User)
- Last UpdatedNov 06, 2025
- 1 minute read
The ChangePassword() method allows a user change the password of another user. The user ID and password of the user making the change must be passed. Also, for the password change to succeed, the user making the change must have permission to change the other user's password.
Parameters
- userID
Required. Holds the user ID for the user who is making the change to the user as identified by the user object.
- password
Required. Holds the password of the user who is making the change to the password of the user as identified by the user object.
- newPassword
Required. Holds a string that is the new password that is to be assigned to the user identified by the user object.