Basiq · JSON Structure

User

Type: record Properties: 0
AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

User is a JSON Structure definition published by Basiq. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basiq/refs/heads/main/json-structure/user.json",
  "title": "User",
  "type": "record",
  "fields": [
    {
      "name": "id",
      "type": "xs:string",
      "description": "Basiq user ID"
    },
    {
      "name": "email",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "mobile",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "firstName",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "lastName",
      "type": "xs:string",
      "description": ""
    },
    {
      "name": "createdDate",
      "type": "xs:string",
      "description": ""
    }
  ]
}