I was trying to implement Org Units based access control in Structr application and manage permissions via inbuild groups and users.
Users are part of one or more orgs.
Considering I want to manage roles via groups in Structr, I created "User admin" in groups and added some users in it.
On the user node, I provided read and write permissions to "User admin" group.
While I want "User admins" to view the users they are part of, the read permissions show all users in other orgs as well.
Is there any better way to implement RBAC in structr? and multi level access control?