Amplitude · Example Payload

Scim Api Scim Patch Request Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

schemasOperations

Example Payload

Raw ↑
{
  "schemas": [
    "example_value"
  ],
  "Operations": [
    {
      "op": "add",
      "path": "example_value",
      "value": "example_value"
    }
  ]
}