Envestnet · Schema

HolderProfileResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
holderProfile array The holder profile entity encapsulates all the user's details, such as the corresponding accounts and the user's profile data under it
View JSON Schema on GitHub

JSON Schema

envestnet-holderprofileresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HolderProfileResponse",
  "title": "HolderProfileResponse",
  "type": "object",
  "properties": {
    "holderProfile": {
      "type": "array",
      "description": "The holder profile entity encapsulates all the user's details, such as the corresponding accounts and the user's profile data under it",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/VerificationHolderProfile"
      }
    }
  }
}