Skip to main content

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​

Array of objects (PersonAction)

Actions to run with the given criteria

object (PersonRequest)

Person format used across the Investigate API

object (Address)

Address format used across the Investigate API

cohabitants
Array of strings (Cohabitants)

Cohabitants at given address

sourceYears
Array of integers <int32> (SourceYears) [ items <int32 > ]

Years when the matching datasets stored by GBG were issued. This could support customers compliance requirements.

tags
Array of strings

Free text tags for tracking purposes.

{
  • "actions": [
    ],
  • "person": {
    },
  • "address": {
    },
  • "cohabitants": [
    ],
  • "sourceYears": [
    ],
  • "tags": [
    ]
}

Service Response​

As part of the PersonActionsResponse entity, the property personMatch contains the results of the request.

PersonMatchActionResponse​

Array of objects (PersonMatch)
object (Meta)

Metadata describing the response produced.

{
  • "matches": [
    ],
  • "meta": {
    }
}