Amplitude · Example Payload

User Profile Api User Profile Response Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

userData

Example Payload

Raw ↑
{
  "userData": {
    "user_id": "500123",
    "user_properties": {},
    "computed_properties": {},
    "cohort_ids": [
      "example_value"
    ],
    "recommendations": [
      "example_value"
    ],
    "amplitude_id": 970
  }
}