Tenants
Create and manage tenants within your organization
Tenants represent your customers or business units. Each tenant isolates its own set of users and data within your organization. You can optionally assign a default owner and configure calendar preferences (timezone and week start day) that apply to date-based visualizations.
A tenant cannot be deleted while it still has users — remove all tenant users first.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | List tenants | List all tenants in your organization |
| POST | Create a tenant | Create a new tenant |
| GET | Get a tenant | Retrieve a tenant by ID |
| PUT | Update a tenant | Update a tenant's name, default owner, or calendar preferences |
| DELETE | Delete a tenant | Delete a tenant (must have zero users) |