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

Parents Reply Children
  • 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.