Skip to main content
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.
External DocumentationTo learn more, visit the SailPoint documentation.

Basic Parameters

ParameterDescription
FiltersThe account properties to filter results by.

Note: For more information about the filtering syntax refer to the SailPoint documentation.

Advanced Parameters

ParameterDescription
LimitThe maximum number of results to return.
OffsetThe number of results to skip before returning items.

Example Output

[
	{
		"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
Workflow LibraryPreview this Workflow on desktop