Amplitude · Example Payload

Scim Api Scim User Request Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Scim Api Scim User Request 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

schemasuserNamenameemailsactive

Example Payload

Raw ↑
{
  "schemas": [
    "example_value"
  ],
  "userName": "analyst@example.com",
  "name": {
    "givenName": "Example Name",
    "familyName": "Example Name"
  },
  "emails": [
    {
      "value": "analyst@example.com",
      "primary": false,
      "type": "standard"
    }
  ],
  "active": false
}