# Shared Mailbox SaaS Account Inventory Report

**Use case:** 

Inventory every platform linked to a company shared mailbox and log found and not-found results. Helps IT and security teams audit shadow IT on their domain.

## Input

```json
{
  "email": "support@acme-corp.com",
  "onlyUsed": false,
  "noPasswordRecovery": true,
  "timeout": 60
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "date"
  },
  "totalChecked": {
    "label": "Total Checked",
    "format": "number"
  },
  "accountsFound": {
    "label": "Accounts Found",
    "format": "number"
  },
  "rateLimited": {
    "label": "Rate Limited",
    "format": "number"
  },
  "errors": {
    "label": "Errors",
    "format": "number"
  },
  "accountsFoundByCategory": {
    "label": "Accounts by Category",
    "format": "object"
  },
  "results": {
    "label": "Results",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Holehe Email OSINT — Email Finder & Digital Footprint Mapper](https://apify.com/datacach/holehe-email-osint-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/holehe-email-osint-scraper) to learn more, explore other use cases, and run it yourself.