Create Community

Our SDK provides a convenient way to create a new community on our platform, with several parameters available to customize the community.

  • displayName - allows users to set the public display name of the community, which will be visible to other users who can access the community.

  • description - allows users to provide a description of the community, which can help other users understand the purpose and focus of the community.

  • isPublic - is used to specify the type of the community. Setting it to false will create a private community, while setting it to true will create a public community.

  • postSettings - allows users to customize the community post settings. This parameter can be used to configure how posts are moderated within the community, depending on the specific needs and preferences of the community creator.

  • storySettings - allows users to customize the community story settings. This parameter can be used to configure whether to enable comment interaction on stories.

  • metaData - allows users to include additional properties to support custom fields within the community. This can be useful for creating communities with specific requirements or features that are not available by default in our platform.

Last updated