Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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 solution acceptée

Avatar

Réponse correcte par
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. 

Voir la solution dans l'envoi d'origine

3 Replies

Avatar

Réponse correcte par
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