class Slack::API::Users
Public Instance Methods
list(args = {})
click to toggle source
# File lib/slack/api/users.rb, line 4 def list(args = {}) get('users.list', args) end
# File lib/slack/api/users.rb, line 4 def list(args = {}) get('users.list', args) end