활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수