IAI Get Identity Outliers
GET {{baseUrl}}/outliers
This API receives a list of outliers, containing data such as: identityId, outlier type, detection dates, identity attributes, if identity is ignore, and certification information Requires authorization scope of 'iai:outliers-management:read'
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. |
| type
| string | | Type of the identity outliers snapshot to filter on |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
attributes: eq, sw, co, in
firstDetectionDate: ge, le
certStatus: eq
ignored: eq
score: ge, le |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: firstDetectionDate, attributes, score |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"id":"5be33d3e-c54d-4ed7-af73-2380543e8283","identityId":"5be33d3e-c54d-4ed7-af73-2380543e8283","type":"LOW_SIMILARITY","firstDetectionDate":"2021-05-01T18:40:35.772Z","latestDetectionDate":"2021-05-03T18:40:35.772Z","ignored":false,"attributes":{"displayName":"John Smith","jobTitle":"Software Engineer","department":"Engineering"},"score":0.92,"unignoreType":"MANUAL","unignoreDate":"2021-06-01T18:40:35.772Z","ignoreDate":"2021-06-01T18:40:35.772Z"},{"id":"5be33d3e-c54d-4ed7-af73-2380543e8283","identityId":"5be33d3e-c54d-4ed7-af73-2380543e8283","type":"LOW_SIMILARITY","firstDetectionDate":"2021-05-01T18:40:35.772Z","latestDetectionDate":"2021-05-03T18:40:35.772Z","ignored":false,"attributes":{"displayName":"John Smith","jobTitle":"Software Engineer","department":"Engineering"},"score":0.92,"unignoreType":"MANUAL","unignoreDate":"2021-06-01T18:40:35.772Z","ignoreDate":"2021-06-01T18:40:35.772Z"}]