Custom User Identifiers¶
By default, the SDK automatically generates a unique identifier ID for users. This ID does not carry any identifying attributes and can only distinguish between different user properties. Therefore, we provide additional APIs to add different identifying attributes to the current user.
Property | Type | Description |
---|---|---|
user.id | string | User ID |
user.name | string | User nickname or username |
user.email | string | User email |
Note: The following properties are optional, but it is recommended to provide at least one of them.