Space Docs
Domain Model

Organization

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
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
workspaceIdstringYesID of the associated workspace
visibilityModeunknownYesVisibility mode

Create Schema

Fields accepted when creating a new record:

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

Update Schema

All fields are optional when updating:

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

On this page