cancel
Showing results for 
Search instead for 
Did you mean: 

User Information Reports

marshall
Champ in-the-making
Champ in-the-making
Is there a way, either with the standard Alfresco set up or user generated extensions, to out put a list of the total users, what groups they belong to, what files and folders those groups have been attached to and their permission level? 

I've just been asked to take over our Alfresco system and the permissions are a mess, and there are just enough documents and folders on the system already to make tracking a nightmare.   Smiley Sad
1 REPLY 1

kevinr
Star Contributor
Star Contributor
The JavaScript/FreeMarker APIs support most of this - so you could write a WebScript or Template to display this data. You can expand groups, get user details and walk permissions using javascript/freemarker.

http://wiki.alfresco.com/wiki/Web_Scripts
http://wiki.alfresco.com/wiki/Template_Guide
http://wiki.alfresco.com/wiki/JavaScript_API

Thanks,

Kevin