Identify a user
Identity API
Identify a user
Associate one or more identities with a Permutive user, allowing you to identify users in multiple ways.
POST
Identify a user
There are a couple of scenarios for this endpoint, depending on whether the user has been identified before:
- None of the provided identities have been seen before: The API will create new identities for those provided and associate them with the Permutive user ID. This means in the future all the provided identities will map to the same Permutive user ID.
-
Some or all of the provided identities have been seen before: There are two sub-scenarios:
- Case A: When all of the provided identities are associated with the same Permutive user ID, this user is returned and no further action is taken.
- Case B: When the provided identities are associated with different Permutive user IDs, the identity with the highest priority (lowest number) takes precedence, and all other identities will then be synchronized to map to this user ID.
Identity tags
The identity tag(s) passed in the request body of the request (e.g.email_sha256, appnexus) must be from the identity tag allow-list configured in the Settings section of the Permutive dashboard.
If an identity tag included in the identify call is not in the allow-list, it will be ignored and not associated with the Permutive user ID.
Identity priorities
Prioritized aliases allow customers to express which identifiers they consider most reliable or authoritative for resolving user identities. When multiple aliases are provided, priorities are used to determine the order in which aliases are attempted for future resolution to a Permutive user ID, where priority0 has the highest priority.Authorizations
Body
application/json
Response
Resolved identity
The resolved user ID.