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

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf 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

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

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"}]