# Confirm Profile password reset

- Operation ID: `ConfirmClientPasswordReset`
- HTTP method: `POST`
- Path: `/sauth/clients/password-reset/confirmation`
- 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/ConfirmClientPasswordReset)

## Locate this method

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