module Slack::Endpoint::Idpgroups

Public Instance Methods

idpgroups_list(options={}) click to toggle source

There is no documentation for this method.

@option options [Object] :include_users

Include the list of users for each IDP Group.

@see api.slack.com/methods/idpgroups.list @see github.com/aki017/slack-api-docs/blob/master/methods/idpgroups.list.md @see github.com/aki017/slack-api-docs/blob/master/methods/idpgroups.list.json

# File lib/slack/endpoint/idpgroups.rb, line 14
def idpgroups_list(options={})
  post("idpgroups.list", options)
end