tenants
List Tenants
List all tenants (for platform administrators).
Purpose: View all tenants/organizations on the platform
What it does:
- Returns paginated list of all organizations
- Supports filtering by status (active/inactive)
- Used by platform admins to manage customers
- Shows tenant overview for monitoring
Parameters:
limit: Maximum number of tenants to return (default: 100)offset: Number of tenants to skip for pagination (default: 0)status_filter: Filter by tenant status (active/inactive/suspended)
Use Cases:
- Platform administration and monitoring
- Customer account management
- Bulk operations on tenants
- Usage reporting across all customers
GET
List Tenants
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Required string length:
1 - 255Required string length:
1 - 100Required range:
1 <= x <= 1000Required range:
x >= 0List Tenants