Skip to main content

Download entitlement insights for a role

GET 

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

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"

Responses

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

Schema

    string

Loading...