List Accounts
This returns a list of accounts.
A token with ORG_ADMIN authority is required to call this API.
Basic Parameters
Parameter | Description |
---|---|
Filters | Filter results using the standard syntax described in V3 API Standard Collection ParametersFiltering is supported for the following fields and operators:id: eq, inidentityId: eqname: eq, innativeIdentity: eq, insourceId: eq, inuncorrelated: eq. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Max number of results to return.See V3 API Standard Collection Parameters for more information. |
Offset | Offset 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
Preview this Workflow on desktop