Get a single role insight
GET {{baseUrl}}/role-insights/:insightId
This endpoint gets role insights information for a role.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
{"id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","numberOfUpdates":5,"createdDate":"1986-09-04T14:46:34.765Z","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":"occaecat"}}