module Slack::Web::Api::Endpoints::Team
def team_accessLogs(options = {})
- 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
def team_info(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/team.info.json -
See: https://api.slack.com/methods/team.info -
def team_info(options = {}) post('team.info', options) end
def team_integrationLogs(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/team.integrationLogs.json -
See: https://api.slack.com/methods/team.integrationLogs -
Options Hash:
(**options)
-
:change_type
(Object
) -- -
:user
(user
) -- -
:app_id
(Object
) -- -
:service_id
(Object
) --
def team_integrationLogs(options = {}) post('team.integrationLogs', options) end