Common Room · Schema

CommunityMember

Community IntelligenceGo-to-MarketMember SignalsGitHubSlackDiscordLinkedInSales IntelligenceContact ManagementWebhooks
View JSON Schema on GitHub

JSON Schema

common-room-core-communitymember-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.commonroom.io/schemas/core/communitymember",
  "title": "CommunityMember",
  "CommunityMember": {
    "type": "object",
    "properties": {
      "id": {
        "type": "integer",
        "example": 147920
      }
    }
  }
}