Resolves an identity by its email and name (no password).
POST/api/v1/identity/login/mailName
SOAP Equivalent: ACP_IdentityLoginWithMailAndName.
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| identityEmail | Email (communication type 15) | |
| name | identityNom | Identity name (accent/case-insensitive match) |
| firstName | identityPrenom | Identity first name (accent/case-insensitive match) |
The legacy always passes a null family filter on this path, so no family filter is exposed.
Invalid email => HTTP 400 (SOAP 10601); not found => HTTP 404 (SOAP 10503).
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Not Found
Unprocessable Content
Internal Server Error