Skip to main content

IAI Identity Outliers Latest Summary

GET 

/outlier-summaries/latest

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Query Parameters

    type string

    Possible values: [LOW_SIMILARITY, STRUCTURAL]

    Type of the identity outliers snapshot to filter on

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers

Schema

  • Array [

  • type string

    Possible values: [LOW_SIMILARITY, STRUCTURAL]

    The type of outlier summary

    snapshotDate date-time

    The date the bulk outlier detection ran/snapshot was created

    totalOutliers integer

    Total number of outliers for the customer making the request

    totalIdentities integer

    Total number of identities for the customer making the request

    totalIgnored integer

    Total number of ignored outliers

  • ]

Loading...