Block a user from logging in
Returns:
true if blocked
70 71 72
# File 'lib/code42/api/user.rb', line 70 def block_user(id) put("UserBlock/#{id}") end