# Change Profile password

- Operation ID: `ChangeClientPassword`
- HTTP method: `POST`
- Path: `/sauth/my-account/change-password`
- Sanitized category OpenAPI YAML: <https://hub.synerise.com/api-reference/profile-management.yaml>
- [Human-readable API reference](https://hub.synerise.com/api-reference/profile-management#tag/Profile-account-management/operation/ChangeClientPassword)

## Locate this method

Fetch the sanitized category YAML, then read `paths["/sauth/my-account/change-password"]["post"]`. Confirm that its `operationId` is `ChangeClientPassword`. That operation contains the full parameters, request body, responses, schemas, and examples.
