Method: Slack::Web::Api::Endpoints::Team#team_integrationLogs
- Defined in:
- lib/slack/web/api/endpoints/team.rb
#team_integrationLogs(options = {}) ⇒ Object
This method lists the integration activity logs for a team, including when integrations are added, modified and removed. This method can only be called by Admins.
39 40 41 42 |
# File 'lib/slack/web/api/endpoints/team.rb', line 39 def team_integrationLogs( = {}) = .merge(user: users_id()['user']['id']) if [:user] post('team.integrationLogs', ) end |