Gets a list of access items associated with each identity outlier contributing feature

GET {{baseUrl}}/outliers/:outlierId/feature-details/:contributingFeatureName/access-items

This API returns a list of the enriched access items associated with each feature filtered by the access item type The object contains: accessItemId, display name (translated text or message key), description (translated text or message key), accessType, sourceName, extremelyRare Requires authorization scope of 'iai:outliers-management:read'

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
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. | | accessType | string | | The type of access item for the identity outlier contributing feature. If not provided, it returns all | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: displayName |

HEADERS

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

RESPONSES

status: OK

[{"id":"2c938083633d259901633d2623ec0375","displayName":"Applied Research Access","description":"Access to research information, lab results, and schematics","accessType":"ENTITLEMENT","sourceName":"appName","extremelyRare":true},{"id":"2c938083633d259901633d2623ec0375","displayName":"Applied Research Access","description":"Access to research information, lab results, and schematics","accessType":"ENTITLEMENT","sourceName":"appName","extremelyRare":true}]