I am trying to set up a scenario where there are "Group managers" that are responsible for creation and maintenance of accounts within the group, but that have no access to (can't even see) accounts not belonging to the group.
I am not succeeding, partly maybe because I can't find any description in the docs of what the built-in roles (user_manager
, user_deleter
etc) actually do.
My main issue is that regardless if I assign users to different groups or belonging to different tenants, any user with user_manager
will see and be able to edit all users in all groups/tenants.
Ideas on how to accomplish this would be welcome.