A POST to the /profiles/search-id allows your application to search for a profile by identity handle/identifier, or simply by profile_id
Searching by ID or Identity
Attribute | Description |
|---|---|
type
| specify |
id | if |
Searching by identity
Omneo identity handles and identifiers are unique, and never return more than one profile.
When the type is anything other than profile_id then Omneo will attempt to search for a profile with an identities[].handle matching the type and an identities[].identifier matching the id
for example, to search for an Omneo profile with an existing identity handle of "shopify_id" and an identifier of "ID123"
The payload would look like the below
{
"type": "shopify_id",
"id" : "ID123"
}Omneo will attempt to look for a profile in Omneo, which has an existing identity matching:
{
"handle" : "shopify_id",
"identifier" : "ID123"
}