Sha256: 2c544ac1b5063c77dbf3d289d837ec90b94d889543f4dd79fb4a79564910df87

Contents?: true

Size: 737 Bytes

Versions: 2

Compression:

Stored size: 737 Bytes

Contents

# This file was auto-generated by lib/generators/tasks/generate.rb

module Slack
  module Endpoint
    module Idpgroups
      #
      # There is no documentation for this method.
      #
      # @option options [Object] :include_users
      #   Include the list of users for each IDP Group.
      # @see https://api.slack.com/methods/idpgroups.list
      # @see https://github.com/aki017/slack-api-docs/blob/master/methods/idpgroups.list.md
      # @see https://github.com/aki017/slack-api-docs/blob/master/methods/idpgroups.list.json
      def idpgroups_list(options={})
        options[:attachments] = options[:attachments].to_json if Hash === options[:attachments]
        post("idpgroups.list", options)
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-api-1.4.0 lib/slack/endpoint/idpgroups.rb
slack-api-1.3.0 lib/slack/endpoint/idpgroups.rb