Get role insights

GET {{baseUrl}}/role-insights

This method returns detailed role insights for each role.

Request Params

KeyDatatypeRequiredDescription
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: numberOfUpdates, identitiesWithAccess, totalNumberOfIdentities | | 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

ownerName: sw

description: sw |

HEADERS

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

RESPONSES

status: OK

[{"id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","numberOfUpdates":5,"createdDate":"1955-10-12T16:59:24.756Z","modifiedDate":"2020-05-19T13:49:37.385Z","role":{"name":"Software Engineer","id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","description":"Person who develops software","ownerName":"Bob","ownerId":"1467e61e-f284-439c-ba2d-c6cc11cf0941"},"insight":{"type":"ADD","identitiesWithAccess":850,"identitiesImpacted":150,"totalNumberOfIdentities":1000,"impactedIdentityNames":""}},{"id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","numberOfUpdates":5,"createdDate":"1964-04-27T16:53:46.645Z","modifiedDate":"2020-05-19T13:49:37.385Z","role":{"name":"Software Engineer","id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","description":"Person who develops software","ownerName":"Bob","ownerId":"1467e61e-f284-439c-ba2d-c6cc11cf0941"},"insight":{"type":"ADD","identitiesWithAccess":850,"identitiesImpacted":150,"totalNumberOfIdentities":1000,"impactedIdentityNames":"ipsum"}}]