Identify users and manage aliases
await client.identify({ user_id: 'user_123', properties: { email: '[email protected]', name: 'John Doe', plan: 'pro' }, aliases: ['[email protected]', 'johndoe'] });
await client.events.create({ channelName: 'activity', title: 'User Logged In', userId: '[email protected]', // ā Alias works! });
Was this page helpful?