Resolves an identity by its email (no password).
POST/api/v1/identity/login/mail
SOAP Equivalent: ACP_IdentityLoginWithMail (and its family-filtered variant).
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| Email (communication type 15) | ||
| family | FAMILY family | Optional family filter |
Invalid email => HTTP 400 (SOAP 10601); not found => HTTP 404 (SOAP 10502).
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Not Found
Unprocessable Content
Internal Server Error