Active Directory move object

Hi I am using move object activity of Uipath.ActiveDirectoryDomainServices.Activities package but when
i am trying to move the object from one OU to another i am getting error saying "Move Object: An error has occurred: Access is denied." i have already unchecked “Protect object from accidental deletion” from AD.
However i am able to perform other operation even delete user also with same credential. is there any additional privilege require for moving object(user).

Thanks in advance.

Hi Amit,

To do this You must have full access for the OU where you want to move,
please try if you are able to do this manually, and let us know.

Thanku for reply @shaikmdrafi

yes i am able to do it manually, and as i already mentioned i am even able to delete the record with delete user activity.