0 votes

Hello,

Is there a way to send an email notification when a user is added to a group dynamically (with LDAP filter) , it's work only when i add the user manually

Thank you

by (70 points)
0

Hello,

What exactly do you mean by added to a group dynamically (with LDAP filter)? Could you, please, describe the desired workflow in all the possible details with live examples?

0

For example, i have a group "test" users are provisionning by a rule : (physicalDeliveryOfficeName=Paris). I have create a worflow for send me an email when a user is added to that group and i don't receive anything, but when i disable (physicalDeliveryOfficeName=Paris) and add a member manually i receive the notification...

1 Answer

0 votes
by (288k points)
reshown by

Hello,

Thank you for clarifying. Unfortunately, there is no possibility to trigger business rules when membership in a rule-based group is updated based on the specified criteria. As a solution, you can use a scheduled task that will do the following:

  • Send email notifications to group members and mark the users (e.g. by setting a custom Boolean attribute to True).
  • If a user is marked and is no longer a member of the group, the mark will be cleared.

Finally, the scheduled task will look like the following: image.png

Related questions

0 votes
1 answer

Is there any way to add a warning message when someone tries to add a group member that already is member? Checked config but found nothing related. Added a new member that ... the group and there is no warning, and the logs show that the task was completed.

asked Jul 9 by lramirez (20 points)
0 votes
1 answer

We are evaluating the product and would like to let users of AD to change password in self service page. We would like to set a 90 days change password policy, ... self service page? Is it achievable (with customization and batch program)? Thanks in advance.

asked Apr 27, 2020 by eric (20 points)
0 votes
1 answer

I need a specific user, when requesting another user to join a group, to have an approval sent to the AD management team. I tried to create a "Business Rule", but I'm getting an "Access Denied" error. Any idea what this could be?

asked Aug 20 by fgmello (40 points)
0 votes
1 answer

I would like users to use Adaxes to add themselves or others to a group, but instead of it just working, it has to go thru an approval process and be approved by the group owner before they are added. Thanks!

asked Jun 30, 2021 by RayBilyk (240 points)
0 votes
1 answer

We have a business rule that will update an AD attribute when a new member is added to a group. This business rule works when we use powershell commands or the admin console ... set to trigger "After adding a member to a group". Thank you for your support!

asked Mar 29, 2023 by mark.it.admin (2.3k points)
3,542 questions
3,232 answers
8,226 comments
547,806 users