Bulk Action Load Updating Lighthouse Passwords
Hello all,
I've trying to update user accounts using bulk actions, none of the tests I've made have been successful, here is the command I executed which doesn't work, do you know what is wrong?
command,user,waveset.resources,password.password,password.confirmPassword
Update,John Doe,Identity Manager,changeIt_123,changeIt_123
I also tried these which doesn't work either:
command,user,resources,password.password,password.confirmPassword
Update,John Doe,Identity Manager,changeIt_123,changeIt_123
command,user,waveset.resources,password.password,password.confirmPassword
Update,John Doe,Lighthouse,changeIt_123,changeIt_123
command,user,waveset.resources,password.password,password.confirmPassword,accounts[Lighthouse].fullname
Update,John Doe,Identity Manager,changeIt_123,changeIt_123,Juan Perez
Thanks

