Expand my Community achievements bar.

SOLVED

CURL to Retrieve properties of a profile

Avatar

Level 5

Hi,

 

need curl command to check the family name and given name, if any one of the name is missing, need list of all such profiles with profile property.

 

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10

There is example here on how to get user information using CURL:

https://balawcm.wordpress.com/2013/02/13/curl-it-out-adobe-cq5-curl-commands-and-usage/

Also - this is a great community article on other user commands with CURL:

http://www.simplycracked.com/tutorials/adobe-cq5-aem-curl-commands/#AEM User Management cURL commands

Hope this helps. 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

There is example here on how to get user information using CURL:

https://balawcm.wordpress.com/2013/02/13/curl-it-out-adobe-cq5-curl-commands-and-usage/

Also - this is a great community article on other user commands with CURL:

http://www.simplycracked.com/tutorials/adobe-cq5-aem-curl-commands/#AEM User Management cURL commands

Hope this helps. 

Avatar

Employee

Hi Mahesh,

which version of AEM are you using? As AEM6.x obfuscates the user path, so not so easy to do what you want.

Regards,

Opkar

Avatar

Administrator

Hi 

Apart from that Scott has already suggested you, there are few more document for your reference.

Link:- http://www.wemblog.com/2012/03/how-to-do-user-management-using-post.html

Get User Info 

$ curl -u admin:admin http://localhost:4502/libs/granite/security/<username>.json

 

I hope this would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni