> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Organizations

List all organizations in account.

<Note>
  External Documentation

  To learn more, visit the [runZero documentation](https://app.swaggerhub.com/apis/runZero/runZero/4.0.240923.0#/Account/getAccountOrganizations).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                   |
  | --------- | --------------------------------------------------------------------------------------------- |
  | Search    | A search string for filtering results. For example: `id:e7f5f657-e312-4636-8a15-564bb8540c08` |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"asset_count": 100,
		"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"created_at": 1576300370,
		"deactivated_at": 0,
		"description": "All subdivisions of my company",
		"download_token": "DT11226D9EEEA2B035D42569585900",
		"download_token_created_at": 1576300370,
		"expiration_assets_offline": 365,
		"expiration_assets_stale": 365,
		"expiration_scans": 365,
		"export_token": "ET11226D9EEEA2B035D42569585900",
		"export_token_counter": 0,
		"export_token_created_at": 1576300370,
		"export_token_last_used_at": 0,
		"export_token_last_used_by": "127.0.0.1",
		"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"inactive": false,
		"name": "My Company",
		"parent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"project": false,
		"service_count": 10,
		"service_count_arp": 1,
		"service_count_icmp": 1,
		"service_count_tcp": 7,
		"service_count_udp": 1,
		"updated_at": 1576300370
	}
]
```

## Workflow Library Example

[List Organizations with Runzero and Send Results Via Email](https://library.blinkops.com/workflows/list-organizations-with-runzero-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-organizations-with-runzero-and-send-results-via-email/canvas" />
</div>
