User Products Resource

User Products Resource Representation

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 NameValueDescription
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:

  • P0 - code for registration only product
  • P1 - code for standard product
  • P2 - code for premium product
  • Tools