Retrieve Identity Resolution Settings.
These settings determine how Customer Memory will use identifiers for searching, merging, and resolving profiles.
Some settings can only take on their default values and are not yet available to change, but coming soon.
Response
Identity resolution settings retrieved successfully
Example response
{
"identifierConfigs": [
{
"idType": "email",
"limitPolicy": "fifo",
"enforceUnique": true,
"normalization": "email"
}
],
"matchingRules": [
"email",
"whatsapp",
"phone"
],
"version": 3
}Changes
Changed in 1 of the 8 revisions of this API.52
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status400response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status404response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status429response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status500response-property-max-increased
- ▲
the
coderesponse property's max was increased from99999.00to999999.00for the response status503response-property-max-increased
- ○
the response property
identifierConfigsbecame required for the status200response-property-became-required
- ○
the response property
matchingRulesbecame required for the status200response-property-became-required
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 8 revisions, 1 has no diff computed.