active-directory-dotnet-graphapi-console icon indicating copy to clipboard operation
active-directory-dotnet-graphapi-console copied to clipboard

Still Can't Remove User from Group

Open PPreamble opened this issue 8 years ago • 0 comments

Can't remove a user from a group, although add works fine.

        User oUser = FindUser(UserUPN);
        Group oGroup = FindGroup(GroupName);

        await RemoveUserFromGroup(oGroup, oUser);

PPreamble avatar Apr 24 '17 16:04 PPreamble