module Slack::Web::Api::Endpoints::Usergroups
def usergroups_create(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/usergroups/usergroups.create.json -
See: https://api.slack.com/methods/usergroups.create -
Options Hash:
(**options)-
:include_count(Object) -- -
:channels(Object) -- -
:description(Object) -- -
:handle(Object) -- -
:name(Object) --
def usergroups_create(options = {}) throw ArgumentError.new('Required arguments :name missing') if options[:name].nil? post('usergroups.create', options) end