Is there a way i can simply display a list of over 500 users?
Is there a simple way to export the user list?
Solved! Go to Solution.
This is the simplest way i can think of
curl -u admin:admin "http://localhost:8080/alfresco/s/api/people?maxResults=500" > people.json
This is the simplest way i can think of
curl -u admin:admin "http://localhost:8080/alfresco/s/api/people?maxResults=500" > people.json
Hi:
This is more or less the same that Mikel Asla, via alfListUsers.sh command in alfresco shell tools:
alfresco-shell-tools/alfListUsers.sh at master · ecm4u/alfresco-shell-tools · GitHub
By the way, if you have Javascript Console addon installed you may run JS API people related. This example is inside the link below.
getPeople | Alfresco Documentation
Regards.
--C.
Brilliant, really helpful.
Now do you know if there is a way to display the same information but organised by groups?
Thank you
Hi:
Check this link (in spanish), with the help of Alfresco shell tools again. In the middle of the post there is a shell script based in alfresco shell commands called AlfrescoAllGroups.sh
Regards.
--C.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.