I am trying to create an Active Directory user using UiPath Studio.
The user I’m using has access to manually create user accounts on our AD.
I’ve used an Active Directory Scope and a Create User activity within it.
I’ve followed various guides on getting this setup but no matter what I do I receive this error:
“Create User: An error has occurred: Unknown error (0x80005000)”
I’ve used other Active Directory activities within my project (e.g. Get Object Properties) and these run no problem, so I know my project can connect to my AD, but only the Create User activity is returning this error
I am passing in all values as required by the Create User step:
The user processing the request has permissions to create users in our Active Directory.
The location specified has been copied directly from the folder properties.
Other active directory activities are working perfectly fine.