I have multiple franchises(>200) in my FIM environment. Each franchise can have multiple admins(User objects) and yes obliviously multiple users.
Now I want to allow franchise admins of a particular franchise to edit each and every user under that franchise. e.g. Suppose there is Franchise "California" which is having two admins (say A and B) and five users (Say C, D, E, F and G). I want admins (A and B) should be allowed to edit users (C,D,E,F and G).
I know I can create two sets (One having franchise admins and another having franchise users) and then create request MPR which allow admin set to edit users under franchise user set. This is for single franchise. In my case there are 200 franchises that means 400 sets and 200 MPRs.
Can someone please suggest another neat approach or workaround?