Basic Information
Update display name, description, and visual branding elements
Privacy & Access
Modify community visibility and access control settings
Content Moderation
Adjust post and story moderation workflows
Advanced Settings
Configure categories, metadata, and specialized features
Only community creators, moderators, and administrators can update community settings. Regular members cannot modify community information. Changes take effect immediately and may affect member access and experience.
Update Community
TheupdateCommunity()
method enables authorized users to modify community settings and configuration while preserving member relationships and content. Update communities to reflect evolving needs, rebrand, or adjust moderation policies.
Parameters
Parameter | Type | Description |
---|---|---|
communityId | String | Unique identifier of the community to update |
displayName | String | Updated public display name visible to all users |
description | String | Updated community description and purpose |
isPublic | Boolean | Change community visibility: true for public, false for private |
avatar | Image | Updated community avatar image for visual branding |
categoryIds | Array | Updated list of category IDs for organization |
postSettings | Enum | Updated content moderation settings for posts |
storySettings | Object | Updated story interaction and moderation configuration |
metadata | Object | Updated custom fields and properties |
Permission Requirements
Role | Update Permissions | Restrictions |
---|---|---|
Community Creator | Full update access | Cannot transfer ownership |
Community Moderator | Most settings | Cannot change ownership |
Administrator | Full access | Network-level permissions |
Regular Member | No access | Cannot modify community settings |
Privacy and Visibility Updates
Public to Private Conversion
Converting a public community to private affects member access and discovery:Converting a public community to private immediately hides it from discovery and may require existing members to be manually approved to maintain access.
Private to Public Conversion
Making a private community public opens it to discovery and new memberships:Converting a private community to public makes it discoverable to all users and may significantly increase membership requests and activity.
Best Practices
Change Management: Notify community members about significant updates (privacy changes, moderation policy updates) to maintain transparency and community trust.
Update Guidelines
- Incremental Changes: Make small, focused updates rather than large batch changes
- Member Communication: Inform members about policy or privacy changes
- Backup Metadata: Preserve important metadata when updating
- Validation: Validate changes before applying to prevent errors
- Testing: Test updates in staging environments when possible