A user’s demographics profile is represented in the FT API as a JSON data structure, as shown below. The following example shows all possible fields a user demographics profile resource can contain.
{
“industry”:
{
“code”: “ACC”,
“description”: “Accountancy & tax advisory”
},
“position”:
{
“code”: “AN”,
“description”: “Analyst”
},
“responsbility”:
{
“code”: “PRI”,
“description”: “Private Investor”
}
}
User Demographics Profile Resource Properties
Property Name Value Description
industryjson object
JSON object representation of the user’s industry
positionjson object
JSON object representation of the user’s position
responsbilityjson object
JSON object representation of the user’s job responsibility