Skip to main content

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 FieldSOAP FieldNotes
emailemailWEB login (email)
identityidentityCore 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

OK