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.
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.
Basic Parameters
| Parameter | Description |
|---|
| Filters | The account properties to filter results by.
Note: For more information about the filtering syntax refer to the SailPoint documentation. |
Advanced Parameters
| Parameter | Description |
|---|
| Limit | The maximum number of results to return. |
| Offset | The 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