IAI Identity Outliers Latest Summary

GET {{baseUrl}}/outlier-summaries/latest

This API returns a most recent snapshot of each outlier type, each containing: the number of identities that customer has, the number of outliers, and the type of outlier Requires authorization scope of 'iai:outliers-management:read'

Request Params

KeyDatatypeRequiredDescription
typestringType of the identity outliers snapshot to filter on

HEADERS

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

RESPONSES

status: OK

[{"type":"LOW_SIMILARITY","snapshotDate":"2021-05-01T18:40:35.772Z","totalOutliers":50,"totalIdentities":5000,"totalIgnored":10},{"type":"LOW_SIMILARITY","snapshotDate":"2021-05-01T18:40:35.772Z","totalOutliers":50,"totalIdentities":5000,"totalIgnored":10}]