App Logo
slack.com

Invite user to Slack workspace

Invite a new person into the workspace by email (workspace-level, not channel-level). New invites join as a Regular Member; use change_role afterward once they accept to promote to Admin/Owner. Requires login and workspace admin permission.

Input

email required

Email address to invite into the workspace.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
email required
status required
inviteId optional
expirationTs optional

FAQ

Invite a new person into the workspace by email (workspace-level, not channel-level). New invites join as a Regular Member; use change_role afterward once they accept to promote to Admin/Owner. Requires login and workspace admin permission.
Required: email. Optional: workspaceDomain.
It returns ok, email, status, inviteId, expirationTs.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/create_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/create_user
It is part of Reduck's official curated catalogue.

Start building not clicking