Create organization

Creates a new organization. Provide at minimum an organisation name. Custom fields can be passed using their field names from the organization schema.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/apis/organizations/organizations
curl https://ff-business-school.fullfabric.cloud/apis/organizations/organizations \
  --request POST \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "69e0a8349a52af33ee4f1fdd",
  "name": "Accenture",
  "created_at": 1776330804,
  "updated_at": 1776330804,
  "industry": "Consulting",
  "__current_address": {},
  "__type": null
}