I'd like to allow users to remove themselves from groups that they are already members of. Currently I have a business rule in place thats only allowing the OU Owners to remove users from the groups within their OU but I'd like to extend this to allow the users themselves to remove themselves from groups too.
Is there a condition I could add to this business rule that would accomplish this? Something like -
'If inititating user is a member of the adm-groupname' then allow then to remove themselves.