09-08-2009 08:35 AM
10-19-2011 05:31 AM
09-04-2014 07:14 AM
03-02-2018 10:48 AM
Hope this helps somebody (None of the previous solutions worked on a 4.1 installation).
There is a githubproject that does exactly that through webscript call:
03-02-2018 03:46 PM
Hi Simon:
You can also curl people webscript and parse it with jq or jshon (it may be somehow complicated but it is no needed an additional webscript). This should work in Alfresco 4.
$ curl -s -u user
assword http://alfrescoserver/alfresco/service/api/people | jq '.people' | jq '.[] | "\(.userName),\(.firstName),\(.lastName),\(.email)"'
Alfresco Shell Tools addon had a similar aprox with a script called alfListUsers.sh
alfresco-shell-tools/alfListUsers.sh at master · ecm4u/alfresco-shell-tools · GitHub
Regards.
--C.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.