List all users with duplicate attributes
get/users/{fp_id}/duplicates
Preview
External ID
Locked
Request
Path parameters
fp_id·string
Query parameters
kinds·optional string
Kind of duplicates to return. Defaults to all kinds if omitted.
limit·optional integer
The maximum number of duplicates to return. Max is 100.
Response
external_id·optional string
The tenant-supplied identifier associated with the duplicate
fp_id·string
The Footprint identifier for the duplicate
kind·string
The kind of duplicate connection
Allowed values:
ssn9emailphone_numbername_dobdevice_idcookie_idselfiename_ssn4dob_ssn4bank_routing_accountcard_number_cvcidentity_document_numberlabel·optional string
The label of the duplicate
Allowed values:
activeoffboard_fraudoffboard_othertags·array of strings
The tags associated with the duplicate
GET /users/{fp_id}/duplicates
Response example
[
{
"external_id": "0cece047-151f-4ac4-9782-dc27691fd766",
"fp_id": "fp_id_7p793EF07xKXHqAeg5VGPj",
"kind": "ssn9",
"label": "active",
"tags": [
"Lorem ipsum dolor",
"Lorem ipsum dolor"
]
},
{
"external_id": "0cece047-151f-4ac4-9782-dc27691fd766",
"fp_id": "fp_id_7p793EF07xKXHqAeg5VGPj",
"kind": "ssn9",
"label": "active",
"tags": [
"Lorem ipsum dolor",
"Lorem ipsum dolor"
]
}
]