How we can move the OU OF AD from OU=Users to OU=DISABLE at life cycle state Terminated in sailpoint isc?
do we need sailpoint support for that like opening a case?
How we can move the OU OF AD from OU=Users to OU=DISABLE at life cycle state Terminated in sailpoint isc?
do we need sailpoint support for that like opening a case?
Hi @Rakesh_Singh_1234 ,
I think for this you need to write the rule. Please check the given below link.
Thank you!
Hi @Rakesh_Singh_1234,
You can create a Disable Provisioning Policy and add the following in there
{
“name”: “Account Disable”,
“description”: “Account Provisioning Policy”,
“usageType”: “DISABLE”,
“fields”: [
{
“name”: “AC_NewParent”,
“transform”: {
“type”: “static”,
“attributes”: {
“value”: “Your OU Here”
}
},
“attributes”: {},
“isRequired”: false,
“type”: “string”,
“isMultiValued”: false
}
]
}
Once this is created then go to Identity Profile → Provisioning → Terminate state → Configure Change → Disable Account → Add AD account in Disable State and Save. Please test this and let us know if this works for you
hey @RAKGDS where can i find the disable prov policy can u elaborate pls ?
Using Postman you can do it or use the Visual Studio Code to add them
u mean to say through Partial update of Provisioning Policy under sources in beta api?
Using Services Standard Before Provisioning Rule that is available from SailPoint makes this process (and many other) quite easy to configure.
Check this link for details:
@iamnithesh thanks but what is the process do we need to contact sailpoint support for attaching the rule to AD?
You need to open a ticket with SailPoint. This is for all cloud rules
There is one more way by using the After modify Rule that is connector rule and You can use the poweshell script to do the OU movement.
Thank You!