Skip to main content
API resource reference for Organization, part of the Resource Manager service. To create or change one, see Changing resources; to inspect, see Reading resources.
This resource is part of the v1alpha1 API and is subject to change. Fields and behavior may change in future releases.

Identity

Groupresourcemanager.miloapis.com
Versionv1alpha1
KindOrganization
ScopePlatform

Overview

An Organization is the top-level container in Datum Cloud that owns projects, members, and billing. Because it is Platform-scoped, it exists across the whole platform rather than inside a single project. Use it to establish an organizational boundary — either a Personal organization tied to an individual account, or a Standard organization for a team or company.

Spec fields

FieldTypeRequiredDescription
spec.typestringYesThe type of organization. One of Personal or Standard.

Status fields (read-only)

FieldTypeDescription
status.conditions[]ObjectObservations of the organization’s current state. Known condition types include Ready.
status.observedGenerationintegerThe most recent generation observed for this Organization by the controller.

Usage

apiVersion: resourcemanager.miloapis.com/v1alpha1
kind: Organization
metadata:
  name: acme
spec:
  type: Standard
datumctl apply -f organization.yaml
datumctl get organizations
datumctl describe organization acme
Run datumctl explain organizations --recursive to see the full, live field tree for this resource.
Last modified on July 2, 2026