Property Ownership
Property Ownership is a service that verifies whether a person is or was a registered owner of a given address. This service is crucial in validating the authenticity of a person's claim to an address.
Minimum Requirements​
To perform a Property Ownership verification, the following minimum inputs are required:
Input | Description |
---|---|
Forename | First Name of the individual |
Surname | Last Name of the individual |
Full Postcode | Full post code of the individual |
Building Number | And/Or the Building Number of the individual |
Building Name | And/Or the Building Name of the individual |
Premise | If it exists alongside building name or number |
Service Request​
To request a Property Ownership verification, include a PROPERTY_OWNERSHIP
action in the request body
entity PeopleActionsRequest
. Here is an example snippet
of the action:
{
"actions": [
{
"action": "PROPERTY_OWNERSHIP"
}
]
}
PeopleActionsRequest
​
Service Response​
The results of the Property Ownership verification are included in the propertyOwnership
property of
the PersonActionsResponse
entity.
PropertyOwnershipActionResponse
​