Module: Slack::Web::Api::Endpoints::TeamProfile

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

Instance Method Summary collapse

Instance Method Details

#team_profile_get(options = {}) ⇒ Object

Retrieve a team’s profile.

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :visibility (enum)

    Filter by visibility.

See Also:



16
17
18
# File 'lib/slack/web/api/endpoints/team_profile.rb', line 16

def team_profile_get(options = {})
  post('team.profile.get', options)
end