Skip to main content

Identity Outliers List

GET 

/peer-group-strategies/:strategy/identity-outliers

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

-- Deprecated : See 'IAI Outliers' This API will be used by Identity Governance systems to identify identities that are not included in an organization's peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.

Request

Path Parameters

    strategy stringrequired

    The strategy used to create peer groups. Currently, 'entitlement' is supported.

    Example: entitlement

Query Parameters

    limit int32

    Possible values: <= 250

    Default value: 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Example: 250
    offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

    Example: 0
    count boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

    Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

    See V3 API Standard Collection Parameters for more information.

    Example: true

Responses

List of identities that are not included in peer groups.

Schema
  • Array [
  • id string

    A unique identifier for the peer group member.

    type string

    The type of the peer group member.

    peer_group_id string

    The ID of the peer group.

    attributes object

    Arbitrary key-value pairs, belonging to the peer group member.

    property name* object
  • ]
Loading...