conversations_invite
Invite specified users to a Slack channel using channel ID and user IDs, with option to continue on partial failures.
Instructions
Invite users to a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel to invite users into (e.g. C0123). | |
| users | Yes | Comma-separated list of user IDs to invite (e.g. ``U0123,U0456``), up to 1000. | |
| force | No | Continue inviting valid users even if some IDs fail, rather than failing the whole call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||