Get identity outlier contibuting feature summary

GET {{baseUrl}}/outlier-feature-summaries/:outlierFeatureId

This API returns a summary of a contributing feature for an identity outlier. The object contains: contributing feature name (translated text or message key), identity outlier display name, feature values, feature definition and explanation (translated text or message key), peer display name and identityId, access item reference, translation messages object Requires authorization scope of 'iai:outliers-management:read'

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"contributingFeatureName":"Rare Access","identityOutlierDisplayName":"John Smith","outlierFeatureDisplayValues":[{"displayName":"Aliza Chris","value":"et in fu","valueType":"INTEGER"},{"displayName":"Aliza Chris","value":"consequat sed deserunt consectetur magna","valueType":"INTEGER"}],"featureDefinition":"Identity total number of entitlements","featureExplanation":"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess","peerDisplayName":"Mary Jane","peerIdentityId":"9f9d5d53ad0e48fba7352f6da9f1b8gbg","accessItemReference":{"displayName":"All Rare Entitlements","searchPlaceholder":"Search by name or description"}}