A user products resource is represented in the FT API as a JSON data structure, as shown below. The following example shows all possible fields a user products resource can contain.
{
“user”: {
“userId”: “b412ec22-c387-4267-a248-cf2fd757990b”,
“products”: [
{“productCode”: “Tools”},
{“productCode”: “P0”},
{“productCode”: “P2”}
]
}
}
User Product Resource Properties
| Property Name | Value | Description |
|---|---|---|
userId |
string | User’s unique identifier |
products |
array | An array of product code objects |
productCode |
string |
Code of a product the user is entitled access to, where a valid productCode is one of:
|