Dynatrace · Example Payload

Dynatrace Account Management User Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Account Management User Collection Example is an example object payload from Dynatrace, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextPageKeytotalCountitems

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "items": [
    {
      "uid": "abc123",
      "email": "admin@example.com",
      "firstName": "Production Service",
      "lastName": "Production Service",
      "groups": [
        "example-value"
      ],
      "userStatus": "ACTIVE"
    }
  ]
}