Overview
Thecreate_organization function creates a new organization in the system.
Function Signature
Parameters
The organization data for creation including:
name: Organization name (required)slug: URL-friendly identifier (optional)description: Organization description (optional)logo_url: URL to organization logo (optional)website: Organization website URL (optional)
Return Value
ReturnsResult<Organization> containing the created organization details.
Basic Usage
Error Handling
Rate Limits
- Create operations: 20 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_organizations - List all organizations
- fetch_organization - Get organization by ID
- update_organization - Update organization details
- delete_organization - Delete organization
