IAI Identity Outliers Summary

GET {{baseUrl}}/outlier-summaries

This API receives a summary 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
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.
typestringType of the identity outliers snapshot to filter on
filtersstringFilter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

snapshotDate: ge, le | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: snapshotDate |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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