invite_users_to_channel
Add multiple members to a Slack channel in one call. Provide channel ID and list of user IDs to complete invitations, returning success if all are added.
Instructions
Invite multiple users to a channel.
Args: channel_id: Target channel ID (C...) user_ids: List of user IDs to invite (U...)
Returns: True if all invitations succeeded, False otherwise
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |