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

Returns a detailed list of all organizations for the authenticated user.

<Note>
  External Documentation

  To learn more, visit the [Automox documentation](https://developer.automox.com/openapi/axconsole/operation/getOrganizations/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                       |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit     | A limit on the number of results to be returned, between `1` and `500`, with a default of `500`. Use with `page` parameter.<br />See [About Automox API - Pagination](https://developer.automox.com/developer-portal#pagination). |
  | Page      | The page of results you wish to be returned with page numbers starting at `0`.<br />See [About Automox API - Pagination](https://developer.automox.com/developer-portal#pagination).                                              |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"access_key": "string",
		"addr1": "Organization address line 1",
		"addr2": "Organization address line 2",
		"bill_overages": false,
		"billing_email": "string",
		"billing_interval": 0,
		"billing_interval_count": 0,
		"billing_name": "string",
		"billing_phone": "string",
		"cc_brand": "string",
		"cc_exp": "string",
		"cc_last": "string",
		"cc_name": "string",
		"city": "Organization city",
		"country": "Organization country",
		"create_time": "date-time",
		"device_count": 0,
		"device_limit": 0,
		"id": 0,
		"legacy_billing": false,
		"metadata": {},
		"name": "Organization name",
		"next_bill_time": "string",
		"parent_id": 0,
		"parent_org": [
			{
				"id": 0,
				"plan": "string",
				"trial_end_time": "date-time",
				"trial_expired": false,
				"zone_id": "UUID"
			}
		],
		"plan": "string",
		"rate_id": 0,
		"server_limit": 0,
		"state": "Organization state",
		"stripe_cust": "string",
		"sub_create_time": "string",
		"sub_end_time": "string",
		"sub_systems": "string",
		"trial_end_time": "date-time",
		"trial_expired": false,
		"zipcode": "Organization zip code"
	}
]
```

## Workflow Library Example

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