Upvest · JSON Structure

Investment Api User Identifier Structure

An external identifier associated with a user.

Type: object Properties: 4
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

UserIdentifier is a JSON Structure definition published by Upvest, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type value created_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-user-identifier-structure.json",
  "name": "UserIdentifier",
  "description": "An external identifier associated with a user.",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid",
      "description": "The unique identifier.",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "type": {
      "type": "string",
      "description": "The type of external identifier.",
      "example": "standard"
    },
    "value": {
      "type": "string",
      "description": "The identifier value.",
      "example": "example-value"
    },
    "created_at": {
      "type": "datetime",
      "description": "When the identifier was created.",
      "example": "2025-03-15T14:30:00Z"
    }
  }
}