---
title: "Joins a Slack channel."
method: POST
path: "/joinChannel"
tags: ["channel"]
---

# Joins a Slack channel.

`POST /joinChannel`

Join a specified Slack channel.

## Request body

- object
  - `body` object — Body of the joinChannel sls call
    - `arguments` object, required
      - `channelId` string, required — The ID of the channel to join. Channel IDs start with 'C'.

## Response `200`

Successful response

- object
  - `ok` boolean, required — Indicates if the request was successful.
  - `channel` object, required
    - `id` string — The ID of the channel.

## Other responses

- `400` — Bad Request - Invalid parameters
- `403` — Forbidden - Not authorized to join channel
- `404` — Not Found - Channel not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.net/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/versions/cd0edf0c2cdf/schema)
