Accesing home folder from another user

I have a lots of users and now we are implementing a solution from konika minolta that is called safeq. In order to be able to scan to the every home user, I need a group or user that have access through smb in home/ folders. This is because the safeq service on windows will run in context of a user that if exist on my rockstor I’ll be able to write the scan in this paths.

I created konica-scan user and I added this user to acl on the home folder and the enabling extended ACL in smb.conf using this example https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#Samba_Extended_ACL_Support but samba will not grant me access to home folders.

What is the best sollution to resolve this problem. Thank you.