Dear Sirs
Is there anyway I can use REST API to detach an ADS account from a Person record (The ADS account is a managed account of the Person record). If not, any suggestion
Thanks
Gary
Dear Sirs
Is there anyway I can use REST API to detach an ADS account from a Person record (The ADS account is a managed account of the Person record). If not, any suggestion
Thanks
Gary
Hi Gary,
Well, the Rest API in 9x can handle assignments, and these can be added or removed from assignment tables such as PersonHasTSBAccountDef. But inheritance plays an important role here (via XOrigin) and there are some things than can go wrong with this method, checks and verifications prior a detachment. Moreover if you're dealing with managed accounts. So if you still want to go with the rest api, imho I would encourage you to write a script and call it from there. See the docs here https://support.oneidentity.com/es-es/technical-documents/identity-manager/9.2/rest-api-reference-guide/12#TOPIC-2084583
I was told to run this SQL
update adsaccount set UID_Person = NULL where samaccountname = 'abc'
But i want to use REST API for remote execution. Running the script in IDM is not visible for us, we have a stone age IDM, we need to move the stuff out so that is why i want to unlink the ad account from person record. any clue
THanks
Gary
What version of OneIM are we talking about (Of the AppServer you like to call)?
What version of OneIM are we talking about (Of the AppServer you like to call)?