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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| type | string | Type of the identity outliers snapshot to filter on | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
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}]