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

Retrieves all the groups in your domain.

## Example Output

```json theme={"dark"}
{
	"schemas": [
		"urn:scim:schemas:core:1.0"
	],
	"totalResults": 3,
	"itemsPerPage": 3,
	"startIndex": 1,
	"resources": [
		{
			"id": "8b9dd5aa-40ab-4a43-9b76-f55a412c8a6a",
			"displayName": "IT"
		},
		{
			"id": "d5ea2e76-63e4-4b47-92af-0d7ba6972e3c",
			"displayName": "Finance"
		},
		{
			"id": "a1004249-5e29-438f-ad72-b4e90af14ee7",
			"displayName": "Sales"
		}
	]
}
```

## Workflow Library Example

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