Hello Team,
Is it possible to modify a user’s Lifecycle State using a form in ISC? If so, could you please share the steps or best practice?
Hello Team,
Is it possible to modify a user’s Lifecycle State using a form in ISC? If so, could you please share the steps or best practice?
Hi @Deepak_sahu
Yes, if you’re looking for an immediate termination workflow, this has been documented before below.
If you’re looking for something else, you can change an identities lifecycle state manually through this API call below. So you could have a form with an identity selection option and a drop down of all the existing lifecycle states available to change to, take that input and pipe it into the API call below.
Hello @Deepak_sahu
Welcome to the SailPoint Developer Community!
You can just go through below documents, it will really help you for LifeCycle Update!
Changing someone’s lifecycle manually can be achieved via an API call (from the Launcher > Workflow) or an ADMIN directly manually changing it using UI.
However, it is important to know how does this work and when such manually changed LCS will switch back to calculated one (ie using the transform linked to LCS). I have seen multiple times people changing the LCS manually and then process breaking because they had not thought through the entire process.