Get role insights
GET {{baseUrl}}/role-insights
This method returns detailed role insights for each role.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
| See V3 API Standard Collection Parameters for more information. | |||
| limit | number | Max number of results to return. | |
| See V3 API Standard Collection Parameters for more information. | |||
| count | boolean | If 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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","numberOfUpdates":5,"createdDate":"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}},{"id":"1467e61e-f284-439c-ba2d-c6cc11cf0941","numberOfUpdates":5,"createdDate":"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}}]