Accounts List
GET {{baseUrl}}/accounts
This returns a list of accounts.
A token with ORGADMIN, SOURCEADMIN, SOURCE_SUBADMIN, or HELPDESK authority is required to call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
id: eq, in, sw
identityId: eq, in, sw
name: eq, in, sw
nativeIdentity: eq, in, sw
sourceId: eq, in, sw
uncorrelated: eq
entitlements: eq
origin: eq, in
manuallyCorrelated: eq
identity.name: eq, in, sw
identity.correlated: eq
identity.identityState: eq, in
source.displayableName: eq, in
source.authoritative: eq
source.connectionType: eq, in |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"attributes":{"firstName":"SailPoint","lastName":"Support","displayName":"SailPoint Support"},"authoritative":false,"disabled":false,"hasEntitlements":true,"locked":false,"manuallyCorrelated":false,"name":"aName","nativeIdentity":"552775","sourceId":"2c9180835d2e5168015d32f890ca1581","sourceName":"Employees","systemAccount":false,"uncorrelated":false,"id":"id12345","created":"2015-05-28T14:07:17Z","modified":"2015-05-28T14:07:17Z","identityId":"2c9180835d2e5168015d32f890ca1581","cloudLifecycleState":"active","identityState":"ACTIVE","connectionType":"direct","type":"NON_HUMAN","description":null,"uuid":"slpt.support","identity":{"type":"IDENTITY","name":"Adam Kennedy"},"sourceOwner":{"type":"IDENTITY","id":"4c5c8534e99445de98eef6c75e25eb01","name":"John Cavender"},"features":"ENABLE","origin":"AGGREGATED","ownerIdentity":{"type":"IDENTITY","id":"2c918084660f45d6016617daa9210584","name":"Adam Kennedy"},"ownerGroup":{"type":"GOVERNANCE_GROUP","id":"8d3e0094e99445de98eef6c75e25jc04","name":"GovGroup AX17Z"}},{"attributes":{"firstName":"SailPoint","lastName":"Support","displayName":"SailPoint Support"},"authoritative":false,"disabled":false,"hasEntitlements":true,"locked":false,"manuallyCorrelated":false,"name":"aName","nativeIdentity":"552775","sourceId":"2c9180835d2e5168015d32f890ca1581","sourceName":"Employees","systemAccount":false,"uncorrelated":false,"id":"id12345","created":"2015-05-28T14:07:17Z","modified":"2015-05-28T14:07:17Z","identityId":"2c9180835d2e5168015d32f890ca1581","cloudLifecycleState":"active","identityState":"ACTIVE","connectionType":"direct","type":"NON_HUMAN","description":null,"uuid":"slpt.support","identity":{"type":"IDENTITY","name":"Adam Kennedy"},"sourceOwner":{"type":"IDENTITY","id":"4c5c8534e99445de98eef6c75e25eb01","name":"John Cavender"},"features":"ENABLE","origin":"AGGREGATED","ownerIdentity":{"type":"IDENTITY","id":"2c918084660f45d6016617daa9210584","name":"Adam Kennedy"},"ownerGroup":{"type":"GOVERNANCE_GROUP","id":"8d3e0094e99445de98eef6c75e25jc04","name":"GovGroup AX17Z"}}]