Communities

Build and nurture vibrant communities where users can exchange and connect

Create Repository

Community Description

Name

Data Type

Description

Attributes

communityId

String

ID of the community

channelId

String

ID of the channel

userId

String

ID of the user who created the community

displayName

String

Community name for displaying

getAvatar

String

ID of the avatar file

description

String

Description of the community

isOfficial

Boolean

Is this community official?

isPublic

Boolean

Is this community public?

tags

List

List of tags used for searching

metadata

Object

Additional properties to support custom fields

postsCount

Integer

Number of posts in community

membersCount

Integer

Number of members in community

isJoined

Boolean

Is this community joined?

getCategories

List

ID of categories

isDeleted

Boolean

Is this community deleted?

Default: false

createdAt

DateTime

Date/time when the community was created

updatedAt

DateTime

Date/time when a community is updated or deleted

onlyAdminCanPost

Boolean

only admins can post in this community

isPostReviewEnabled

Boolean

Determines if the community requires an authorized user to review post before the post will be published

Default: false

Last updated