pub async fn search_tenants_with_id(
configuration: &Configuration,
tenant_search_request: Option<TenantSearchRequest>,
) -> Result<TenantSearchResponse, Error<SearchTenantsWithIdError>>
Expand description
Searches tenants with the specified criteria and pagination.