Amplitude · Example Payload

Scim Api Scim Group Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Scim Api Scim Group 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

schemasiddisplayNamemembersmeta

Example Payload

Raw ↑
{
  "schemas": [
    "example_value"
  ],
  "id": "500123",
  "displayName": "Example Name",
  "members": [
    {
      "value": "example_value",
      "display": "example_value"
    }
  ],
  "meta": {
    "resourceType": "standard",
    "created": "2025-03-15T14:30:00Z",
    "lastModified": "2025-03-15T14:30:00Z"
  }
}