Hey guys,
I need to be able to create groups dynamically (on user input) and assign permissions. I accomplish this using AuthorityService and PermissionService.
Now I need to know, what permissions to assign to a group to be able to do the following
1) Add a user
2) Add a team
3) Assign Read, write, createchildren on a particular node.
So say I create a group G1, what permissions do I need to give this group to be able to do 1), 2) or 3) above?