This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

set specific property if user became a member of a specific group

Hello,

how can i make an automated process to change a specific property if a user becam a member of a specific group'?

Need this to be done via a script and schedule the script or are there orther ways to do this?

Thanks for any help in advance.

BR

Hubert

  • Hurbert,

    This is easily accomplished in an Active Roles Change Workflow, no scripting required.

    For example: I have an Active Roles Virtual Attribute called edsvaBool which I want to set if a user becomes a member of Domain Admins. The Workflow looks like this:

    The Workflow options and start conditions look like this:

    The Search activity looks like this:

    The Update activity looks like this:

  • That's an easy way. Thanks a lot works great.

  • You're quite welcome.

    The above Workflow would cover a "Provisioning" use-case. Don't forget: when the user is removed from the Group, you'd likely want to have something similar to remove the flag.

    You have two options: you can copy this Workflow and have a separate one for removing the flag, or extend this Workflow so that it uses an IF/Else check to handle addition and removal cases.