KelvinTegelaar / CIPP

CIPP is a M365 multitenant management solution
https://cyberdrain.com / https://cipp.app
GNU Affero General Public License v3.0
813 stars 5.03k forks source link

[Feature Request]: Remove user from group list filtered to just existing group memberships #2975

Open PurpleGriffin opened 2 weeks ago

PurpleGriffin commented 2 weeks ago

Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.

I'm hoping the ‘remove user from group’ dropdown on the edit user page could be filtered to just show the groups the user is part of. This would work the same way as the ‘remove member’ on the edit group page in that it only shows members of the group that can be removed.

Currently you need to check groups the user is part of on the view user page, then switch across to the edit user page to remove the user from the groups.

PowerShell commands you would normally use to achieve above request

Get-AzureADUser -SearchString user@domain.com | Get-AzureADUserMembership

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.