how to get properties from user
I'm using java script files to customize my alfresco, and in some point I would need to get, for instance, an user email or surname… I just can get de userId with this piece of code:var userid = document.getOwner();How could I get the email or the s...