User Demographics Profile Resource

User Demographics Resource Representation

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 NameValueDescription
industry json object JSON object representation of the user’s industry
position json object JSON object representation of the user’s position
responsbility json object JSON object representation of the user’s job responsibility