> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Invite To Channel

Invites users to a channel.

<Note>
  External Documentation

  To learn more, visit the [Slack documentation](https://api.slack.com/methods/conversations.invite).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                            |
  | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
  | Channel ID | The ID of the public or private channel to invite user(s) to. A channel ID can be found at the bottom of the channel's details screen. |
  | User IDs   | A comma separated list of user IDs. Up to 1000 users may be listed.                                                                    |
</div>

## Example Output

```json theme={"dark"}
{
	"ok": true,
	"channel": {
		"id": "<string>",
		"name": "<string>",
		"is_channel": true,
		"is_group": false,
		"is_im": false,
		"is_mpim": false,
		"is_private": false,
		"created": 2053886440,
		"is_archived": false,
		"is_general": false,
		"unlinked": 1,
		"name_normalized": "<string>",
		"is_shared": false,
		"is_org_shared": false,
		"is_pending_ext_shared": false,
		"pending_shared": [],
		"context_team_id": "<string>",
		"updated": 1688820390593,
		"parent_conversation": null,
		"creator": "<string>",
		"is_ext_shared": false,
		"shared_team_ids": [
			"<string>"
		],
		"pending_connected_team_ids": [],
		"is_member": true,
		"last_read": "<string>",
		"topic": {
			"value": "<string>",
			"creator": "<string>",
			"last_set": 803162103
		},
		"purpose": {
			"value": "<string>",
			"creator": "<string>",
			"last_set": 2
		},
		"previous_names": []
	},
	"warning": "<string>",
	"response_metadata": {
		"warnings": [
			"<string>"
		]
	}
}
```

## Workflow Library Example

[Setting Up an Incident Process](https://library.blinkops.com/workflows/setting-up-an-incident-process)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/setting-up-an-incident-process/canvas" />
</div>
