User
objects allow you to track entitlements, and get cross-platform recurring and non-recurring purchases, that are associated with a user. The API allows you to create and retrieve your users.
Endpoints
The Object Attributes
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the object. Anonymous ID for unauthenticated users. |
entitlements | Array<UserEntitlement> | Array of entitlements associated with a user |
object | string | The value is user. String representing the object’s type. |
created | int | Time at which the user was created. Measured in seconds since the Unix epoch. |
last_online | int | User latest request date. Measured in seconds since the Unix epoch. |
Qonversion User ID
A unique random user id is being created for a user upon each app install. The id has the following structure
QON-{UUID}
.