id | number | Unique identifier for the community. | |
name | string | Name of the community. | |
purpose | string | Purpose or description of the community. | |
imageUrl | string | URL of the community's image or logo. | |
membersCount | number | Number of members in the community. | |
type | number | Type of community (e.g., public, private). | |
subType | number | Subtype of the community, representing its specific category. | |
isPaid | boolean | Indicates if the community requires payment for membership. | |
autoApproval | boolean | Indicates if new members are automatically approved. | |
gracePeriod | number | Grace period for payment-related actions within the community (if applicable). | |
isDiscoverable | boolean | Indicates if the community is discoverable in searches. | |
referralEnabled | boolean | Indicates if referral system is enabled for the community. | |
updatedAt | number | Timestamp for when the community was last updated. | |
feeMembership | number | Membership fee for joining the community. | |
feeEvent | number | Fee for attending events hosted by the community. | |
feePaymentPages | number | Fee for accessing specific payment pages within the community. | |
isWhitelabel | boolean | Indicates if the community uses white-label branding. | |
hideDmTab | boolean | Whether the Direct Message tab is hidden in the community. | |
isFreemiumCommunity | boolean | Whether the community follows a freemium model. | |
communitySettingRights | CommunitySettingRights[] | List of setting rights associated with the community. | |