EnableUserGroup
Enable a 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 EnableUserGroup UserGroup = 'S0604QSJC', IncludeCount = true
Input
Name | Type | Description |
UserGroup | String | The ID of the User Group to enable. |
IncludeCount | String | Boolean value that represents whether to include the number of users in the User Group. |
TeamId | String | 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. |