Resolves an identity by its WEB login (no password).
POST/api/v1/identity/login/lookup
SOAP Equivalent: ACP_IdentityGetLoginWeb (→ GetLoginWeb, TypeLogin = 3).
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| WEB login (email) | ||
| identity | identity | Core identity only (no merge / anonymisation guard / populations) |
The legacy validates the login format as an email (SOAP 10601 => HTTP 400). A missing WEB login yields
HTTP 200 with identityId = 0 (SOAP parity: bresult == false, empty identity). A back-office
disabled record is returned as-is (the legacy surfaces result 10510 only as a warning, not a failure).
Request
Responses
- 200
- 400
- 401
- 422
- 500
OK
Bad Request
Unauthorized
Unprocessable Content
Internal Server Error