module Slack::Web::Api::Endpoints::TeamProfile

Public Instance Methods

team_profile_get(options = {}) click to toggle source

Retrieve a team's profile.

@option options [Object] :visibility

Filter by visibility.

@see api.slack.com/methods/team.profile.get @see github.com/slack-ruby/slack-api-ref/blob/master/methods/team.profile/team.profile.get.json

# File lib/slack/web/api/endpoints/team_profile.rb, line 15
def team_profile_get(options = {})
  post('team.profile.get', options)
end