Detach ADS account/ADS record from a Person record

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

Parents Reply
  • 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

Children