identify
method tells UserKit who the current user is, enabling personalized call experiences and proper user management in the UserKit dashboard. This must be called before initiating calls.
Name | Type | Description |
---|---|---|
id | String | A unique identifier for the user. Should not be guessable and must be unique per user |
name | String? | Optional display name for the user |
email | String? | Optional email address for the user |
name
and email
parameters are optional but recommended for better user experience