pub async fn list_tenants(
__arg0: State<App>,
__arg1: Query<ListTenantsQuery>,
) -> ClResult<(StatusCode, Json<ApiResponse<Vec<TenantView>>>)>Expand description
GET /api/admin/tenants - List all tenants (combines auth + meta data)
pub async fn list_tenants(
__arg0: State<App>,
__arg1: Query<ListTenantsQuery>,
) -> ClResult<(StatusCode, Json<ApiResponse<Vec<TenantView>>>)>GET /api/admin/tenants - List all tenants (combines auth + meta data)