# File lib/gitlab/client/users.rb, line 238 def user_search(search, options={}) options[:search] = search get("/users", query: options) end