Update Identity Resolution Settings.
Update the identity resolution settings for this memory store, which determine how Customer Memory will use identifiers for searching, merging, and resolving profiles.
Headers
Allows for optimistic concurrency control by making the request conditional. Server will only act if the resource's current Entity Tag (ETag) matches the one provided, preventing accidental overwrites.
Request body
Example request
{
"identifierConfigs": [
{
"idType": "email",
"limitPolicy": "fifo",
"enforceUnique": true,
"normalization": "email"
}
],
"matchingRules": [
"email",
"whatsapp",
"phone"
]
}Response
Identity Resolution Settings accepted for processing.
Example response
{
"message": "Identity Resolution Settings accepted for processing."
}Changes
Changed in 1 of the 8 revisions of this API.71
- ▲
the request property
identifierConfigsbecame requiredrequest-property-became-required
- ▲
the request property
matchingRulesbecame requiredrequest-property-became-required
- ▲
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
- ○
added the non-success response with the status
412response-non-success-status-added
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.