Envestnet · Schema

DataExtractsUser

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
loginName string
View JSON Schema on GitHub

JSON Schema

envestnet-dataextractsuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataExtractsUser",
  "title": "DataExtractsUser",
  "type": "object",
  "properties": {
    "loginName": {
      "type": "string",
      "readOnly": true
    }
  }
}