Hello all!
We have the following use case: we need to deactivate an account when all its entitlements are removed, we have tried using workflows but we are not clear what the trigger should be.
Has anyone done this, how did you solve it?
Thanks in advance
Regards
Check below in standard before prov rule
1 "Entitlement Cardinality Update Triggers":[
2 {
3 "Attribute":"groups",
4 "Operation":"LastRemoved",
5 "Value": null
6 }
7 ]
2 Likes
kdfreeman
(Kapil Dahal)
March 25, 2025, 7:08pm
3
Use Provisioning Completed trigger . Triggers - SailPoint Identity Services
Filter on operation , “Remove” and source of your choice .
Fetch Identity
Run User Search API or Get Access (Entitlements) to fetch entitlement data.
Check if they have Entitlement or not, specified in Access Array on your source of concern.
If you don’t find any access item, then you can proceed with Account deactivation.
Thanks.
1 Like
system
(system)
Closed
May 24, 2025, 7:08pm
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.