Upvest · JSON Structure

Investment Api User Identifier Update Structure

Request body for updating a user identifier.

Type: object Properties: 1
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Properties

value

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-update-structure.json",
  "name": "UserIdentifierUpdate",
  "description": "Request body for updating a user identifier.",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The updated identifier value.",
      "example": "example-value"
    }
  }
}