how to delete bulk users with curl command
Hi Team,
I have a bulk users list which need to delete from Author instance (CQ 5.6.1) with curl command.
Could you please guide/suggest?
Br
Chandrakant Gurhale
Hi Team,
I have a bulk users list which need to delete from Author instance (CQ 5.6.1) with curl command.
Could you please guide/suggest?
Br
Chandrakant Gurhale
Hi, Chandrakant
You can use the following parameter in your curl command for multiple items ":applyTo" -
-F":applyTo=/content/page1" -F":applyTo=/content/page2"
For more info on this please refer - https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
I hope all 10 author instances are in sync when it comes to users and how they've been created. Please check that before you proceed.
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.