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

Retrieves all supervisory organizations.

Secured by: Reports: Organization

Scope: Organizations and Roles.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Limit     | The maximum number of objects in a single response. The default is 20. The maximum is 100.                                                                                                                                                                                                 |
  | Offset    | The zero-based index of the first object in a response collection. The default is 0. Use offset with the limit parameter to control paging of a response collection. Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects starting with the 10th object. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"code": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
			"descriptor": "Lorem ipsum dolor sit ame",
			"href": "A link to the instance",
			"id": "Id of the instance",
			"manager": {
				"descriptor": "A description of the instance",
				"href": "A link to the instance",
				"id": "wid / id / reference id"
			},
			"name": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
			"workers": "Contains the \\~workers\\~ in the organization."
		}
	],
	"total": 0
}
```

## Workflow Library Example

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