HubSpot · JSON Structure

Crm Lists Api Membership Change Response Structure

Response from a list membership change operation.

Type: object Properties: 4
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Properties

recordIdsAdded recordIdsAlreadyMember recordIdsRemoved recordIdsMissing

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/hubspot/refs/heads/main/json-structure/crm-lists-api-membership-change-response-structure.json",
  "name": "MembershipChangeResponse",
  "description": "Response from a list membership change operation.",
  "type": "object",
  "properties": {
    "recordIdsAdded": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "500123"
      ]
    },
    "recordIdsAlreadyMember": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "500123"
      ]
    },
    "recordIdsRemoved": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "500123"
      ]
    },
    "recordIdsMissing": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "500123"
      ]
    }
  }
}