Skip to main content

List Accounts

This returns a list of accounts.
A token with ORG_ADMIN authority is required to call this API.

Basic Parameters

ParameterDescription
FiltersFilter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

id: eq, in

identityId: eq

name: eq, in

nativeIdentity: eq, in

sourceId: eq, in

uncorrelated: eq.

Advanced Parameters

ParameterDescription
LimitMax number of results to return.
See V3 API Standard Collection Parameters for more information.
OffsetOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.

Example Output

[
{
"attributes": {},
"authoritative": false,
"created": "Creation date of the Object",
"description": "string",
"disabled": false,
"hasEntitlements": false,
"id": "id12345",
"identityId": "2c9180835d2e5168015d32f890ca1581",
"locked": false,
"manuallyCorrelated": false,
"modified": "Last modification date of the Object",
"name": "aName",
"nativeIdentity": "string",
"sourceId": "2c9180835d2e5168015d32f890ca1581",
"systemAccount": false,
"uncorrelated": false,
"uuid": "string"
}
]

Workflow Library Example

List Accounts with Sailpoint and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop