Skip to main content

Get current entitlement for a role

GET 

/role-insights/:insightId/current-entitlements

This endpoint gets the entitlements for a role. The term "current" is to distinguish from the entitlement(s) an insight might recommend adding.

Request

Path Parameters

    insightId stringrequired

    The role insight id

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

Query Parameters

    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 list of current or pre-existing entitlements for a role.

Schema
  • Array [
  • name string

    Name of the entitlement

    id string

    Id of the entitlement

    description string

    Description for the entitlement

    source string

    Source or the application for the entitlement

    attribute string

    Attribute for the entitlement

    value string

    Attribute value for the entitlement

  • ]
Loading...