Skip to main content

Download entitlement insights for a role

GET 

/role-insights/:insightId/entitlement-changes/download

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 the 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

    The default sort is identitiesWithAccess in descending order.

    Example: identitiesWithAccess
    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 "r"

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

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

Schema

    string

Loading...