DocsAPI ReferenceCms/bff/cms/organisation-create
postCmsAdmin BFF

/bff/cms/organisation-create

Creates a new organisation linked to the current user. The user becomes an admin member of the new organisation. Requires authenticated user.

CMSpostBffCmsOrganisation-create

Parameters

3 body

3 total
Body · 3
organisationNamestringRequired

Name of the new organisation. Must be unique.

Length: 1
timezonestringRequired

Timezone identifier (e.g., "Europe/Prague", "America/New_York").

descriptionstring

Optional description of the organisation.

Request

POST /bff/cms/organisation-create

post
curl -X POST "https://api.bizkithub.com/bff/cms/organisation-create" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "organisationName": "Acme Corp",
  "timezone": "Europe/Prague",
  "description": "Our main production workspace."
}'

Response

Organisation created successfully.

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key