module Slack::Web::Api::Endpoints::Team

def team_accessLogs(options = {})

Other tags:
    See: https://github.com/dblock/slack-api-ref/blob/master/methods/team.accessLogs.json -
    See: https://api.slack.com/methods/team.accessLogs -
def team_accessLogs(options = {})
  post('team.accessLogs', options)
end