There is a requirement to add and remove User to/from Azure AD group of Type Microsoft 365 using Power Apps.
There are below steps:
- Gallery (galGroupMembers) to display the list of existing Users in a selected AD Group
- Create People Picker (cmbUser) to search User
- Button (btnAddUser) to Add user to AD Group
- Button (btnRemoveUser) to Remove User