在路径“/home/users/test/”下创建 AEM 用户需要使用什么参数?另外,我在哪里可以获得可与 AEM/CQ 一起使用的 curl 文档
目前我正在使用下面的 crul 命令来创建用户。但用户仍然在“/home/users/randomnumber/encryptednode/”下创建
curl -u admin:admin -FcreateUser= -FauthorizableId=testuser -Frep:password=testuser -FPath="/home/users/test/" http://localhost:4502/libs/granite/security/post/authorizables