Skip to main content

Get entitlement insights for a role

GET 

/role-insights/:insightId/entitlement-changes

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"

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.

  • ]
Loading...