Amplitude · Example Payload

Scim Api Scim User Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

schemasiduserNamenameemailsactivegroupsmeta

Example Payload

Raw ↑
{
  "schemas": [
    "example_value"
  ],
  "id": "500123",
  "userName": "analyst@example.com",
  "name": {
    "givenName": "Example Name",
    "familyName": "Example Name"
  },
  "emails": [
    {
      "value": "analyst@example.com",
      "primary": true,
      "type": "standard"
    }
  ],
  "active": false,
  "groups": [
    {
      "value": "example_value",
      "display": "example_value"
    }
  ],
  "meta": {
    "resourceType": "standard",
    "created": "2025-03-15T14:30:00Z",
    "lastModified": "2025-03-15T14:30:00Z"
  }
}