I\'d like to have a user that is limited to managing a group of users and only those users in Keycloak. The idea is he can add users to that group, remove them from the grou
I think what you're looking for is is the manage-members
'Fine Grain Admin Permissions'. A previous version of the keycloak admin guide gave an example of this specific use-case:
You can specify that an admin can only manage the members of a specific group. If you go to a group’s page in the Admin Console you will see a Permissions tab...The manage-members permission allows you to define policies that allow an admin to manage any user that is a member of the group.
The newer guide for 4.6 doesn't cover that specific use-case by explicit example anymore but that permission is still listed so it should still work as before.