---
title: "Sets the support Slack channel URL for the given organization."
method: PUT
path: "/organizations/{organizationId}/support-slack-channel"
tags: ["Organization"]
---

# Sets the support Slack channel URL for the given organization.

`PUT /organizations/{organizationId}/support-slack-channel`

A null or empty URL clears the channel. Responds with 404 when no organization with the given id exists.

## Path parameters

- `organizationId` string, required

## Request body

- SetOrganizationSupportSlackChannelEndpointInput
  - `url` string, nullable — The support Slack channel URL to set, or null/empty to clear it.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/5f993bd211f5/schema)
