- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 01:40 AM
Hi All,
I am trying to ITIL role from user who hasn't been logged in for 30days. But the thing here is user has got this role inherited from the ITIL group. So I need to remove only role, but not want to remove him from group. Is it possible?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:54 AM
You could instead of delete the record update the record:
So instead of 2.2 below delete the group member record update the record where you change the group on that record.
Other option is delete the old one as in the Flow. And add a new one:
(add the user to below action and change the group to your inactive-itil group)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:29 AM
If the group gives you the ITIL role, and the user is part of that group, I am not sure it is a good idea to remove that role from that user.
That takes away from managing roles on Group level and leaves you with managing it on a user basis.
Is it an option to move the user to another group (like inactive-itil users). When the user is inactive you move them to that group. That way the role is removed and that group can be used to track those users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:38 AM
Hi
Thanks for the response. Will removing user from group removes all the roles inherited from that group?
And also how to remove user from group and add him into another group within one script, could you please help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:42 AM
Hi,
Yes, removing user from a group removes all roles inherited from that group.
Have a look at this topic on how to remove a user from the group with Flow designer:
Add the conditions that apply to you, so the user must be your user and the group must be your ITIL group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 02:46 AM
Hi,
Thank you. What are the steps that I need to add, to move him into the other Inactive ITIL group after removing him from Original ITIL group.