Network Settings require Admin API Access Token and affect all users globally. Changes should be tested thoroughly before deployment.
Overview
User Experience
Control mentions, feeds, and interaction features
Privacy Controls
Manage user privacy modes and content visibility
Feature Toggles
Enable or disable platform features globally
Content Policies
Configure content creation and sharing rules
Core Settings Categories
Feed and Content Settings
Global Feed Configuration
Global Feed Configuration
Control what content appears in users’ global feeds:Options:
showAllPosts
: Display all public posts in global feedshowFollowedOnly
: Limit feed to followed users onlyenableContentFiltering
: Apply content filtering rules
User Mention Settings
User Mention Settings
Configure user mention functionality:Parameters:
enableUserMentions
: Allow users to mention othersmentionPrivacyMode
: Control mention visibilitymaxMentionsPerPost
: Limit mentions per content
Implementation Guide
1
Get Admin Token
Obtain an Admin API Access Token from Console → Settings → Security
2
Review Current Settings
Retrieve existing network settings to understand current configuration
3
Plan Changes
Document intended changes and their impact on user experience
4
Apply Settings
Use the Network Settings API to update configurations
5
Test and Monitor
Verify changes work as expected and monitor user feedback
API Usage Examples
Common Configuration Scenarios
Enterprise Setup
Recommended Settings:
- Private profiles by default
- Limited mentions
- Curated content feeds
- Enhanced privacy controls
Community Platform
Recommended Settings:
- Public profiles
- Open mentions
- Global content feeds
- Social sharing enabled
Educational Platform
Recommended Settings:
- Moderated content
- Restricted file sharing
- Teacher-only mentions
- Limited privacy options
Creative Platform
Recommended Settings:
- Public content sharing
- Rich media support
- Discovery features
- Social interactions
Best Practices
Planning Network Changes
Planning Network Changes
- Impact Assessment: Evaluate how changes affect existing users
- Gradual Rollout: Consider phased implementation for major changes
- User Communication: Notify users of significant policy changes
- Backup Settings: Document current settings before changes
Testing Network Settings
Testing Network Settings
- Staging Environment: Test changes in a non-production environment
- User Scenarios: Test common user workflows after changes
- Permission Validation: Verify privacy and permission settings work correctly
- Performance Impact: Monitor system performance after changes
Monitoring and Maintenance
Monitoring and Maintenance
- Usage Analytics: Track how settings affect user engagement
- Feedback Collection: Gather user feedback on experience changes
- Regular Reviews: Periodically review and optimize settings
- Security Audits: Ensure privacy settings meet security requirements
API Reference
Complete Network Settings API
Access the full API documentation for detailed endpoints, parameters, and response schemas for Network Settings management.
Related Features
User Management
Manage individual user settings and permissions
Content Moderation
Configure content filtering and moderation rules
Network Settings changes affect all users immediately. Always test in a staging environment and have a rollback plan ready.