Get current entitlement for a role

GET {{baseUrl}}/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 Params

KeyDatatypeRequiredDescription
filtersstringFilter 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 |

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"name":"Administrator","description":"Full administrative access to IdentityNow","source":"IdentityNow","attribute":"assignedGroups","value":"ORG_ADMIN"},{"name":"Administrator","description":"Full administrative access to IdentityNow","source":"IdentityNow","attribute":"assignedGroups","value":"ORG_ADMIN"}]