Amplitude · JSON Structure

User Mapping Api User Map Response Structure

UserMapResponse schema from Amplitude User Mapping API

Type: object Properties: 2
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

UserMapResponse is a JSON Structure definition published by Amplitude, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code success

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/user-mapping-api-user-map-response-structure.json",
  "name": "UserMapResponse",
  "description": "UserMapResponse schema from Amplitude User Mapping API",
  "type": "object",
  "properties": {
    "code": {
      "type": "int32",
      "description": "The HTTP status code of the response.",
      "example": 200
    },
    "success": {
      "type": "boolean",
      "description": "Whether the mapping operation was successful."
    }
  }
}