Identify a user
Pass your application’s unique user ID to theidentify() method.
Initialize the Twinalyze SDK before calling
identify().Identify with user properties
Pass user information as the second parameter.Update user properties
Callidentify() again when important user information changes, such as the user’s subscription plan or company.
Parameters
Registration example
Callidentify() after a user completes registration.
When to call identify
Callidentify() when:
- A user successfully logs in
- A user completes registration
- User profile information becomes available
- User properties such as plan or company change