Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PurpleGriffin opened this issue Nov 10, 2024 · 0 comments
Labels
enhancement New feature or request no-priority

Comments

@PurpleGriffin
Copy link

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 [email protected] | Get-AzureADUserMembership

@PurpleGriffin PurpleGriffin added enhancement New feature or request no-priority labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-priority
Projects
None yet
Development

No branches or pull requests

1 participant