Space Docs
API ReferenceOrganization

organization.create

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
legalNamestringYesLegal name
displayNamestringYesDisplay name
statusenum(active, inactive, archived)Yes"active"Status
categoriesstring[]NoCategories
parentOrganizationIdunknownNoID of the associated parent organization
websitestring.uriNoWebsite
primaryPhonestringNoPrimary phone
primaryEmailstring.emailNoPrimary email
physicalAddressobjectNoPhysical address
mailingAddressobjectNoMailing address
notesSummarystringNoNotes summary

Example

{
  "legalName": "example",
  "displayName": "example",
  "status": "active",
  "categories": [],
  "parentOrganizationId": null,
  "website": "https://example.com"
}

On this page