ChangePassword Method (Users)
- Last UpdatedNov 06, 2025
- 1 minute read
The ChangePassword() method allows a user change the password of another specified 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 target user's password.
| Overload | Description |
|---|---|
| ChangePassword(String,String,String,String) | The ChangePassword() method allows a user change the password of another specified 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 target user's password. |
| ChangePassword(String,String,String,String,DateTime) | The ChangePassword() method allows a user change the password of another specified 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 target user's password. This overload of the method includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |