A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://api.slack.com/reference/functions/create_usergroup below:

create_usergroup Function | Slack

Create a new user group

Facts Schema ID

Schema.slack.functions.CreateUsergroup

Schema reference

slack#/functions/create_usergroup

Input parameters Required parameters

The name of the user group to be created

The

@usergroup

handle that will be used to address the group in conversation

Optional parameters

Select a team

Output parameters Required parameters

The ID for the user group you just created

Usage guide

Create a new user group. You can add members to it later.

Example workflow step
const createUsergroupStep = ExampleWorkflow.addStep(
  Schema.slack.functions.CreateUsergroup,
  {
    usergroup_name: "Baking enthusiasts",
    usergroup_handle: "cookies",
  },
);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4