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

Retrieve a list of accounts available in the system.

**Required User Roles:**

* `ORG_ADMIN`
* `SOURCE_ADMIN`
* `SOURCE_SUBADMIN`
* `HELPDESK`

**Required permissions:**

* `idn:accounts:read`
* `idn:accounts:manage`

For more information about the user roles refer to the [User Level Permissions](https://documentation.sailpoint.com/saas/help/common/users/user_levels.html).

<Note>
  External Documentation

  To learn more, visit the [SailPoint documentation](https://developer.sailpoint.com/docs/api/v3/list-accounts/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                           |
  | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Filters   | The account properties to filter results by.<br /><br />**Note:** For more information about the filtering syntax refer to the [SailPoint documentation](https://developer.sailpoint.com/docs/api/standard-collection-parameters/#filtering-results). |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                           |
  | --------- | ----------------------------------------------------- |
  | Limit     | The maximum number of results to return.              |
  | Offset    | The number of results to skip before returning items. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "id12345",
		"name": "aName",
		"created": "2015-05-28T14:07:17Z",
		"modified": "2015-05-28T14:07:17Z",
		"sourceId": "2c9180835d2e5168015d32f890ca1581",
		"sourceName": "Employees",
		"identityId": "2c9180835d2e5168015d32f890ca1581",
		"cloudLifecycleState": "active",
		"identityState": "ACTIVE",
		"connectionType": "direct",
		"isMachine": true,
		"recommendation": {
			"type": "MACHINE",
			"method": "DISCOVERY"
		},
		"attributes": {
			"firstName": "SailPoint",
			"lastName": "Support",
			"displayName": "SailPoint Support"
		},
		"authoritative": false,
		"description": null,
		"disabled": false,
		"locked": false,
		"nativeIdentity": "552775",
		"systemAccount": false,
		"uncorrelated": false,
		"uuid": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}",
		"manuallyCorrelated": false,
		"hasEntitlements": true,
		"identity": {
			"id": "2c918084660f45d6016617daa9210584",
			"type": "IDENTITY",
			"name": "John Doe"
		},
		"sourceOwner": {
			"id": "2c918084660f45d6016617daa9210584",
			"type": "IDENTITY",
			"name": "Adam Kennedy"
		},
		"features": "ENABLE",
		"origin": "AGGREGATED",
		"ownerIdentity": {
			"id": "2c918084660f45d6016617daa9210584",
			"type": "IDENTITY",
			"name": "Adam Kennedy"
		}
	}
]
```

## Workflow Library Example

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