Returns Identity Records matching the supplied lookup parameters. Used by a Data User to locate an existing record for a returning customer before initiating re-identification.
At least one of mpxn or email must be supplied. Supplying both narrows
results to records where both values match.
Results are scoped to the authenticated Data User — a Data User cannot look up records created by another Data User.
Note on email lookup: The register stores a one-way hash of the email address for lookup purposes. The plaintext email is never returned in responses. A match confirms a record exists for that address; the Data User should already hold the email in their own system.
JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.
Filter by meter point identifier. Meter Point Administration Number (MPAN) or Meter Point Reference Number (MPRN).
^(?:[0-9A-HJ-NPR-Z]{2}[0-9]{8,10}|[0-9]{10})$"1234567890123"
Filter by customer email address. Matched against a stored hash — the plaintext is not retained in results.