Amplitude · Example Payload

Scim Api Scim User List Response Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Scim Api Scim User List Response Example is an example object payload from Amplitude, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schemastotalResultsstartIndexitemsPerPageResources

Example Payload

Raw ↑
{
  "schemas": [
    "example_value"
  ],
  "totalResults": 394,
  "startIndex": 412,
  "itemsPerPage": 26,
  "Resources": [
    {
      "schemas": [
        {}
      ],
      "id": "500123",
      "userName": "analyst@example.com",
      "name": {
        "givenName": {},
        "familyName": {}
      },
      "emails": [
        {}
      ],
      "active": true,
      "groups": [
        {}
      ],
      "meta": {
        "resourceType": {},
        "created": {},
        "lastModified": {}
      }
    }
  ]
}