# Update a profile (identify by email)

- Operation ID: `UpdateAClientByEmail`
- HTTP method: `POST`
- Path: `/v4/clients/by-email/{clientEmail}`
- 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#operation/UpdateAClientByEmail)

## Locate this method

Fetch the sanitized category YAML, then read `paths["/v4/clients/by-email/{clientEmail}"]["post"]`. Confirm that its `operationId` is `UpdateAClientByEmail`. That operation contains the full parameters, request body, responses, schemas, and examples.
