Skip to main content

Get role insights summary information

GET 

/role-insights/summary

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 method returns high level summary information for role insights for a customer.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Succeeded. Returns high level counts.

Schema

    numberOfUpdates integer

    Total number of roles with updates

    lastGenerated date-time

    The date-time role insights were last found.

    entitlementsIncludedInRoles integer

    The number of entitlements included in roles (vs free radicals).

    totalNumberOfEntitlements integer

    The total number of entitlements.

    identitiesWithAccessViaRoles integer

    The number of identities in roles vs. identities with just entitlements and not in roles.

    totalNumberOfIdentities integer

    The total number of identities.

Loading...