Lookup Profiles
Find profiles that contain a specific identifier value (for example a phone number or email address). Submit an identifier object specifying the idType and value. The value is normalized using the configured identity resolution settings (such as phone number formatting) prior to matching. Multiple matches are returned if more than one profile is associated with the identifier. Returns canonical profile IDs (the earliest ID if profiles have been merged) along with the normalized value actually searched.
Request body
Example request
{
"idType": "phone",
"value": "+13175556789"
}Response
A list of profiles found.
Example response
{
"normalizedValue": "+13175556789",
"profiles": [
"mem_profile_00000000000000000000000000"
]
}Changes
Changed in 1 of the 8 revisions of this API.7
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
- ▲
the
response property's max was increased from99999.00to999999.00for the response statusresponse-property-max-increased
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.