Custom User Identification¶
By default, the SDK automatically generates a unique identification ID for the user. This ID does not carry any identifying attributes and can only distinguish different user attributes. For this purpose, we provide additional APIs to add different identifying attributes to the current user.
| Attribute | Type | Description |
|---|---|---|
| user.id | string | User ID |
| user.name | string | User nickname or username |
| user.email | string | User email |
Note: The following attributes are optional, but it is recommended to provide at least one of them.
Add User Identification¶
Download File and include it locally.
Remove User Identification¶
Download File and include it locally.