Why I can't block/unblock users via API?
Created by: shbmira
Hello there,
I'm creating an internal central system in my work that controls everything, and this includes GitLab. I need to create an user when a developer is hired and block an user when a developer is dismissed.
First part is ok. But block user is not possible via "PUT /users/:id", because 'state' is not editable. Why?
Thanks!