Sha256: 2b599223f4cacafb7b5294274540ed066e53cab60603972549e1fe05805d82a1
Contents?: true
Size: 641 Bytes
Versions: 3
Compression:
Stored size: 641 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={}) post("idpgroups.list", options) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-api-1.6.1 | lib/slack/endpoint/idpgroups.rb |
slack-api-1.6.0 | lib/slack/endpoint/idpgroups.rb |
slack-api-1.5.0 | lib/slack/endpoint/idpgroups.rb |