module Slack::Web::Api::Endpoints::Users

def users_list(options = {})

Other tags:
    See: https://github.com/dblock/slack-api-ref/blob/master/methods/users/users.list.json -
    See: https://api.slack.com/methods/users.list -

Options Hash: (**options)
  • :presence (Object) --
def users_list(options = {})
  post('users.list', options)
end