Outlier detection in workflow

Hi,
Is there a way to get the Outlier detection score for a particular user in a workflow?
I am already using an IdentityAttribute Change trigger(so can’t use Outlier trigger) and wants to check the detection score of the user before proceeding forward.
I tried to see the outlier apis but it does not accept IdentityId as filter parameter. Not sure is there a way to populate the score in an identity attribute.

Please let me know for any suggestions.
@chirag_patel @sushantkulkarni @iamnithesh

You can try Get Identity Outliers API with a filter in the query parameter on the any of the outlier’s identity attributes that are unique. From your trigger, get the identity first, then get the unique identity attribute from the identity and save it in a variable. Use this variable in the HTTP Request operation while constructing your filter in the query parameters. Make sure you append “attributes” to your unique identity attribute like attributes.<your_unique_attr>.

Hey Sushant, like I mentioned it does not accept IdentityId, the parameters it accept which are available only as part of outliers feature like displayName,jobTitle,location, department. And we can not classify them as unique. There is a process of getting additional attributes added to this through SailPoint services only. So trying to figure out the other options.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.