How to package SystemUser and It's permission in AEM 6.3
I have created a System User as mySystemUser via http://localhost:4502/crx/explorer and then assigned permission (R/W to content folder) via http://localhost:4502/useradmin in my Dev Author Instance.
Now, I'm looking to create the package to deploy this System User and it's permission into higher environments.
I have followed below articles to create a system user:
and to package System User via ACL:
http://www.aemcq5tutorials.com/tutorials/create-system-user-in-aem/
After following these articles, I have created the SystemUser ACL Package.zip (as shown below) -

But after installing this ACL package in higher environments (like QA), then I can't see "mySystemUser" there (that is in http://localhost:4502/useradmin) and it's not present in CRX/DE either (home/users/system).
It's just that there is one node added after installing the ACL package under -
/content/rep:policy/allow63

My requirement is to copy the SystemUser (mySystemUser) and it's permission (that is on Content Folder) to higher environments via some deployable package?
Am I missing something here?
https://helpx.adobe.com/experience-manager/using/querying-experience-manager-sling.html

