I have a business rule that fires when a new member or members get added to a specific group. Based on that, I'm trying to take those user objects just added, and perform specific steps on them. However, I can't figure out how to retrieve the user object DN or DN's of the users just added to perform those additional steps.
I seem to be fighting the limitation of business rule (group) to custom command (group). I need a rule to fire on a specific group membership addition, and then perform steps on those users.
I have tried doing this business rule on user objects, but I can't seem to get the rule to fire when I do it.