cURL
curl --request GET \ --url https://api.permutive.app/v2.0/users/{userId}/aliases \ --header 'X-API-Key: <api-key>'
200
Example
[ { "id": "user@example.com", "tag": "email", "permutive_id": "2008c38f-dece-4570-976d-87593ed001c3" } ]
Retrieves all identities available for a given user.
The Permutive user ID of the user to retrieve identities for.
"2008c38f-dece-4570-976d-87593ed001c3"
List of resolved identities
The identity value.
The identity tag/type.
The resolved Permutive user ID.