> ## 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 Accessible Organizations

Get a list of organizations that the current user has access to.

<Note>
  External Documentation

  To learn more, visit the [LimaCharlie documentation](https://api.limacharlie.io/static/swagger/#/Organizations/getUserOrgs).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                   |
  | ---------------- | ------------------------------------------------------------- |
  | Filter           | Filter organizations by name, description or organization ID. |
  | Limit            | The maximum number of organizations to return.                |
  | Offset           | The offset of the first organization to return.               |
  | Return All Pages | Automatically fetch all resources, page by page.              |
  | Sort By          | Sort organizations by name or description.                    |
  | Sort Order       | Sort organizations in ascending or descending order.          |
</div>

## Example Output

```json theme={"dark"}
{
	"orgs": [
		{
			"code": "string",
			"description": "string",
			"errors": null,
			"name": "string",
			"oid": "string",
			"permissions": [
				"string"
			],
			"sensor_online": 0,
			"sensor_quota": 0,
			"sensor_version": "string",
			"site_name": "string",
			"status": "string"
		}
	],
	"total": 0
}
```

## Workflow Library Example

[List Accessible Organizations with Limacharlie and Send Results Via Email](https://library.blinkops.com/workflows/list-accessible-organizations-with-limacharlie-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-accessible-organizations-with-limacharlie-and-send-results-via-email/canvas" />
</div>
