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
Key | Datatype | Required | Description |
---|---|---|---|
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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
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"}]