Adobe Experience Cloud · JSON Structure

Analytics Api User Structure

User schema

Type: object Properties: 6
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

User is a JSON Structure definition published by Adobe Experience Cloud, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id loginId email firstName lastName admin

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/adobe-experience-cloud/refs/heads/main/json-structure/analytics-api-user-structure.json",
  "name": "User",
  "description": "User schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "loginId": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "admin": {
      "type": "boolean"
    }
  }
}