A RetroSearch Logo

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

Search Query:

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

remove_user_from_usergroup Function | Slack

remove_user_from_usergroup

Remove a user from a user group

Facts Schema ID

Schema.slack.functions.RemoveUserFromUsergroup

Schema reference

slack#/functions/remove_user_from_usergroup

Input parameters Required parameters

The ID for the user group to remove the user from

A list of user IDs to remove from the User Group

Optional parameters

Output parameters Optional parameters

The ID for the user group that now contains the removed user(s)

Usage guide

Users have different needs and different teams over time. Sometimes you want to automate removing users from user groups.

Example workflow step:
const removeUserFromUsergroupStep = ExampleWorkflow.addStep(
  Schema.slack.functions.RemoveUserFromUsergroup,
  {
    usergroup_id: "S04UZRV61T8",
    user_ids: ["U0R36M8T62", "U0J46F228L0"],
  },
);

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