HubSpot · JSON Structure

Hubspot Crm Lists 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/draft/2020-12/schema meta-schema.

Properties

recordIdsAdded recordIdsAlreadyMember recordIdsRemoved recordIdsMissing

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Response from a list membership change operation.",
  "name": "MembershipChangeResponse",
  "properties": {
    "recordIdsAdded": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "recordIdsAlreadyMember": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "recordIdsRemoved": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "recordIdsMissing": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}