change_password
Update a user password by validating the old password and enforcing new password rules (minimum 12 characters, including uppercase, lowercase, number, special character).
Instructions
Update a user's password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Validates the PUT /users/password request |