Fine Grained Permissions for granting specific roles

Hello,

I am trying to sort out Fine Grained Permissions based on the following from the documentation:

* Being able to assign a specific restricted set of roles to users.

I have a whole bunch of roles…
e.g.
Role-Team-A-Admins
Role-Team-A-Delegation
Role-Team-A-Users
Role-Team-B-Admins
Role-Team-B-Delegation
Role-Team-B-Users

Users are assigned to specific roles based on their job function.
What I can’t figure out are the steps I need to take to basically allow someone who is in any of the -Delegation Roles to be allowed to assign users to the relevant -Users Role.

e.g. Allow users assigned Role-Team-A-Delegation to put any user they wish into Role-Team-A-Users

The documentation shows how to do it for specific clients, but I want to allow Role-Team-A-Delegation users access to the keycloak console to only perform that one task (assigning a user to that role).

Any help would be appreciated in what steps I need to take to achieve this.

Thanks