taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

Remove user from a group #326

Closed leo-ccin2p3 closed 4 years ago

leo-ccin2p3 commented 5 years ago

Hi, I wonder if the API makes it possible to remove a user from a group. I see User.addGroups() but no idea how to remove... Thanks Leo

alexeyOnGitHub commented 4 years ago

removal is not supported in the current version. PRs are welcome!