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

This method is used to get the profile field definitions for this team.

Parameters:

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

    a customizable set of options

Options Hash (options):

  • :visibility (Object)

    Filter by visibility.

See Also:



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

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