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.
billing_account_idstring | nullnullable
Link to the billing account that owns this organization. Tier limits are enforced at the billing account level.
Example:
ba_abc123def456created_atinteger<int64>required
Example:
1609459200created_bystringrequired
Example:
user-789idstringrequired
Example:
org-123456namestringrequired
Example:
My Organizationslugstringrequired
Example:
my-orgOrganization
{
"billing_account_id": "ba_abc123def456",
"created_at": 1609459200,
"created_by": "user-789",
"id": "org-123456",
"name": "My Organization",
"slug": "my-org"
}