Need help for Curl commands to Create User, Group & Permission at AEM Author
Hi Team
Can you please help me for CURL commands following?
a) Create User and associate with Group (existing or new group)
b) Create User Group along with Permissions
Note :I am referring below URL able to create user and group separately but not able to create group with permissions and Assoicate the user/s to group.
Create new Group.
curl -u admin:admin -FcreateGroup=testgroup -FauthorizableId=testGroup http://localhost:4502/libs/granite/security/post/authorizables
(Not sure FcreateGroup vs FauthorizableId)
Referring the below URL:
https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17456.html?lang=en
Regards
Vara