Slack: Remove User from Channel logo

Catalog action Integrations slack

Remove a user from a Slack channel via native OAuth integration. The user will no longer see the channel unless re-invited. Ideal for: access control, offboarding, automated channel management.

At a Glance

FieldValue
Action IDslack-kick-user
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, write, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID to remove the user from
userstringYesUser ID to remove from the channel

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-kick-user", "payload": { "channel": "example-channel", "user": "example-user" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I