I am trying to assign Users to folder created in orchestrator using the powershell command. But somehow it does assign user to folder. Surprisingly there’s no error as well when command is executed if userId and roleId both are passed as parameter.
I am using UiPath.Powershell module version : 20.4.0.20
@Remus_Rusanu@loginerror@AlvinStanescu Can you guys help me on this. Its been 3 days and m stuck here. I have already raised issue on github about the same.
@Remus_Rusanu It is classic folder. I dont get why is it mandatory to pass RoleId while assigning folder access to a user. I am asking because Remove-UiPathFolderUser works fine and it does its work with UserId alone.
Anyways passing both UserId and RoleID did solve the issue.