User Profile

Reference


FieldDescription
account_numberAccount number
classificationClass of account. One of: individual_cash, entity_cash, entity_margin, individual_margin, joint_margin_survivor, joint_cash_survivor, traditional_ira, roth_ira, rollover_ira, sep_ira, custodial_cash, traditional_sep_ira, joint_margin_tenant
date_createdDate account was created
day_traderMarked as day trader
option_levelAccount option level (1-6)
statusCurrent status of the account: One of: active, closed
typeType of the account. One of: cash, margin
last_update_dateDate account was last updated

Response


{
  "profile": {
    "account": [
      {
        "account_number": "VA000001",
        "classification": "individual",
        "date_created": "2016-08-01T21:08:55.000Z",
        "day_trader": false,
        "option_level": 6,
        "status": "active",
        "type": "margin",
        "last_update_date": "2016-08-01T21:08:55.000Z"
      },
      {
        "account_number": "VA000002",
        "classification": "traditional_ira",
        "date_created": "2016-08-05T17:24:34.000Z",
        "day_trader": false,
        "option_level": 3,
        "status": "active",
        "type": "margin",
        "last_update_date": "2016-08-05T17:24:34.000Z"
      },
      {
        "account_number": "VA000003",
        "classification": "rollover_ira",
        "date_created": "2016-08-01T21:08:56.000Z",
        "day_trader": false,
        "option_level": 2,
        "status": "active",
        "type": "cash",
        "last_update_date": "2016-08-01T21:08:56.000Z"
      }
    ],
    "id": "id-gcostanza",
    "name": "George Costanza"
  }
}