Audit Changes to Dynamic Group Membership Rules through Workflow

Hi,

I would like to know if it is possible to have a workflow which detects if someone has made a change to the Dynamic Group Membership rules, for example an admin, and that based on that change a notification is sent.

Sander.

Top Replies

Parents Reply
  • That won't be possible without some custom scripting. Active Roles stores the Dynamic Group membership rules in the accountNameHistory attribute. The actual raw value of this attribute will show the GUID of the explicitly-included object which was just added, as well as the other rules which are configured. These will have to be interpreted and lookups will need to be performed so that the GUID is resolved to a user's name. It would also be necessary to get the before-and-after values of this attribute so that you could capture the differential.

    This ask is much more easily done using native auditing tools.

Children