Module: Slack::Web::Api::Endpoints::TeamPreferences

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/team_preferences.rb

Instance Method Summary collapse

Instance Method Details

#team_preferences_list(options = {}) ⇒ Object

Retrieve a list of a workspace’s team preferences.



14
15
16
# File 'lib/slack/web/api/endpoints/team_preferences.rb', line 14

def team_preferences_list(options = {})
  post('team.preferences.list', options)
end