ADO.NET Provider for Slack

Build 24.0.9062

DisableUserGroup

Disable an existing User Group.

Stored Procedure Specific Information

Slack allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required scopes to execute this SP is usergroups:write. For example:

EXECUTE DisableUserGroup UserGroup = 'S0604QSJC', IncludeCount = true

Input

Name Type Description
UserGroup String The ID of the User Group to disable.
IncludeCount String Boolean value that represents whether to include the number of users in the User Group.
TeamId String Target team id where the user group is, required if org token is used.

Result Set Columns

Name Type Description
Success String The result of the procedure.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062