---
title: "Set a thread's visibility"
method: PATCH
path: "/threads/{threadId}/visibility"
tags: ["Threads"]
---

# Set a thread's visibility

`PATCH /threads/{threadId}/visibility`

Set a thread's visibility to private or organization.

## Path parameters

- `threadId` string, uuid, required — Thread ID of the thread to update.

## Request body

- object
  - `visibility` 'private' | 'organization', required — New visibility. 'private' restricts the thread to its owner; 'organization' shares it with the organization.

## Response `200`

OK

- object
  - `thread` object, required — The updated thread.
    - `id` string, uuid, required
    - `projectId` string, uuid, required
    - `title` string, nullable, required
    - `status` 'regular' | 'archived', required
    - `source` 'slack' | 'teams' | 'linear' | 'github' | 'app' | 'mcp' | 'agent' | 'api' | 'cli' | 'web' | 'sdk' | 'bitbucket' | 'system', nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `visibility` 'private' | 'organization', required — The thread's resulting visibility.

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
