Overview
Theupdate_b2b_settings function updates the B2B (business-to-business) feature configuration for your deployment.
Function Signature
Parameters
B2B configuration including:
enabled: Enable B2B featuressso_enabled: Enable single sign-oncustom_roles_enabled: Allow custom role creationworkspace_enabled: Enable workspace featuresorganization_domains_enabled: Enable domain-based organization assignmentinvitation_required: Require invitations for new users
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Advanced Usage
Error Handling
Rate Limits
- Update operations: 50 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_deployment_settings - Get current settings
- update_authentication_settings - Update auth settings
- update_display_settings - Update UI settings
