Hallo
How to get a list of all Groups a User can edit?
Basically i need out of the result of this page all the Group-Names, where the User has an "edit" link (not a "view" Link)
?func=user.listusers&_ug_targetType=3&_ug_searchType=1&_ug_action=0&_ug_searchOpr=1&_ug_pageNum=0&_ug_startValue=&_ug_startId=0&_ug_groupId=-1&_ug_rowsRequest=30&_ug_sortCols=LASTNAME|NAME&_ug_spaceID=0&_ug_searchColumn=0&_ug_searchValue=%25
Where is this information available (something like kuafACL?)
Or do i need to "go back" all "GroupLeaderId"? How to do this efficient (think about a user is member of GlobalFinanceAdmin, wich is Member of LocalFinanceAdmin, wich is member of RegionalFinanceAdmin wich is Group Leader in ReginalFinanceDepartment)
Thomas