Sharm, It looks to me you're pretty close with the CURL command you
have only need a couple of changes:1) I'm using AEM6.3 so I reference
"authorizableId" instead of "principalId". To take a look at the actual
parameters you have to use in your command, you can log into useradmin
console (http://localhost:4502/useradmin ) open developer tools from
browser (F12), access network tab and take a look at parameters.curl -u
admin:admin -FauthorizableId=anonymous
-Fchangelog="path:/etc,read:true,modif...