Resolved! Business rule to Only allow specific users to add role admin or security_admin to users and groups
Create a before insert business rule that checks will check to see if the logged in user is attempting to insert the role of admin or security_admin into a record on the sys_user table or sys_user_group table. If so the logged in user must be one of ...

