We are looking at ways to have monitoring on the number of access request a user is submitting to detect anomalies such as a user requesting a high number of access in a short time etc.
I was thinking of using a combination of Search + Workflow, but I did not find a way to count how many time each requester is in the search result.
Do you have any ideas on how to implement something like that ?
What is the threshold you are referring to, is it access items (Entitlements/Access Profiles/Roles) per request or number of requests over a timeframe.
If it is 1st one, you can build a workflow using Access Request Submitted Trigger.
For 2nd one, I don’t think workflow is feasible, I would go with a custom script leveraging Search API, count number of requests sorted by requester and alert.