Skip to main content

Get entitlement insights for a role

GET 

/role-insights/:insightId/entitlement-changes

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 endpoint returns entitlement insights for a role.

Request

Path Parameters

    insightId stringrequired

    The role insight id

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb

Query Parameters

    sorters string

    Sort results using the standard syntax described in V3 API Standard Collection Parameters

    Sorting is supported for the following fields: identitiesWithAccess, name

    filters string

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    name: sw

    description: sw

    Example: name sw "Admin"

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Succeeded. Returns a list of entitlements to be added for a role.

Schema

  • Array [

  • name string

    Name of the entitlement

    id string

    Id of the entitlement

    description string

    Description for the entitlement

    attribute string

    Attribute for the entitlement

    value string

    Attribute value for the entitlement

    source string

    Source or the application for the entitlement

    insight

    object

    The kind of insight this is and some stats

    type string

    The number of identities in this role with the entitlement.

    identitiesWithAccess integer

    The number of identities in this role with the entitlement.

    identitiesImpacted integer

    The number of identities in this role that do not have the specified entitlement.

    totalNumberOfIdentities integer

    The total number of identities.

    impactedIdentityNames stringnullable
  • ]

Loading...