cURL
curl --request POST \ --url https://app.mindlytics.ai/bc/v1/user/alias \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'X-App-ID: <api-key>' \ --data ' { "id": "<string>", "previous_id": "<string>" } '
{ "organization_id": "<string>", "app_id": "<string>", "user_id": "<string>", "id": "<string>", "aliases": [ "<string>" ], "created_at": "<string>", "traits": {} }
Alias user
API Key for your organization
Project ID
User alias - requires previous_id and id
The new ID of the user
The previous ID of the user
User aliased
Show child attributes