Creates a new organization with the authenticated user as the owner. All authenticated users can create organizations.
Bearer <token>| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Organization name (3-100 characters) |
slug | string | Yes | URL-friendly identifier (3-50 characters) |
logo | string | No | URL to organization logo image |
/org/{slug}/...
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization created successfully. The user becomes the organization owner.