NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Added deactivate_user and activate_user methods #657

Closed vmlrodrigues closed 1 year ago

vmlrodrigues commented 1 year ago

Gitlab 12.4 introduced activate and deactivate users feature. These two methods, viz. deactivate_user and activate_user, implement this capability available through the GitLab API.

NARKOZ commented 1 year ago

Thank you ❤️