cancel
Showing results for 
Search instead for 
Did you mean: 

invite groups to space with javascript?

targa2000
Champ in-the-making
Champ in-the-making
Would anyone know how to invite groups to a space programmatically with javascript?
1 REPLY 1

targa2000
Champ in-the-making
Champ in-the-making
This seems to be the way:

var folderNode = companyhome.childByNamePath(path_to_user_folder);
folderNode.setPermission("Contributor", groupNode);

http://forums.alfresco.com/en/viewtopic.php?f=36&t=17354