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
| 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. | |||
| 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:
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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
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}]