Adobe Experience Cloud · JSON Structure

Analytics Api User List Structure

UserList schema

Type: object Properties: 3
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

content totalElements totalPages

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-list-structure.json",
  "name": "UserList",
  "description": "UserList schema",
  "type": "object",
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "int32"
          },
          "loginId": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "admin": {
            "type": "boolean"
          }
        }
      }
    },
    "totalElements": {
      "type": "int32"
    },
    "totalPages": {
      "type": "int32"
    }
  }
}