Person Match
The Person Match action is one of the primary services within the Investigate Open API.
This action enables you to submit available information about a data subject and link these details with other actions such as Credit Linked Addresses and County Court Judgments.
Minimum Requirements​
The Person Match request requires inputs of Name, Address, Contact and Other, which are defined in: People Search.
Service Request​
To request for a Person match, add a PERSON_MATCH
action to the request body entity PeopleActionsRequest
:
{
"actions": [
{ "action": "PERSON_MATCH" }
]
}
PeopleActionsRequest
​
Service Response​
As part of the PersonActionsResponse
entity, the property personMatch
contains the results of the request.