cancel
Showing results for 
Search instead for 
Did you mean: 

can i import all user details to excell sheet

bisana
Champ on-the-rise
Champ on-the-rise
Hi
i am looking for an option to export alfresco users details to excel sheet. Is this possible
Thanks
3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator
Hello,

you could simply write out a CSV file (importable into Excel) as a piece of content in the Repository with JavaScript, i.e. using the JavaScript Console. I don't know of a specific, existing tool that already does this…

Regards
Axel

ddraper
World-Class Innovator
World-Class Innovator
This assumes of course that all your users are managed by Alfresco directly and not from an LDAP (or other user management) server.

afaust
Legendary Innovator
Legendary Innovator
When using LDAP or another external directory, this depends on what your synchronization settings are. You can always write out all the users with user ID, first and last name (if set in / retrieved from the directory), since Alfresco synchronizes with the directory or lazily-creates the user upon first login. Additional detail information is configuration specific.