Organization
Organization (team/tenant) model.
Tier limits are enforced at the billing account level via billing_account.tier.
The organization is linked to a billing account which contains the authoritative tier.
idstringrequired
Example:
org-123456namestringrequired
Example:
My Organizationslugstringrequired
Example:
my-orgcreated_atinteger<int64>required
Example:
1609459200created_bystringrequired
Example:
user-789billing_account_idstring | nullnullable
Link to the billing account that owns this organization. Tier limits are enforced at the billing account level.
Example:
ba_abc123def456Organization
{
"id": "org-123456",
"name": "My Organization",
"slug": "my-org",
"created_at": 1609459200,
"created_by": "user-789",
"billing_account_id": "ba_abc123def456"
}