---
title: "GET /api/v1/orgs/{org_uuid}/visibility/preview"
method: GET
path: "/api/v1/orgs/{org_uuid}/visibility/preview"
tags: ["visibility"]
---

# GET /api/v1/orgs/{org_uuid}/visibility/preview

`GET /api/v1/orgs/{org_uuid}/visibility/preview`

## Path parameters

- `org_uuid` string, uuid, required

## Query parameters

- `user_id` string, uuid, required

## Response `200`

Preview

- VisibilityPreview
  - `user_id` string, uuid, required
  - `visibility_enabled` boolean, required
  - `visible_users` VisiblePrincipal[], required
    - `user_id` string, uuid, required
    - `email` string, email, required
    - `name` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict

## Changes

- **2026-08-25** `55772030ddd3` — 15 breaking, 15 warning
  - the response property `detail` became nullable for the status `400`
  - the response property `detail` became nullable for the status `401`
  - the response property `detail` became nullable for the status `403`
  - the response property `detail` became nullable for the status `404`
  - …26 more
- **2026-08-19** `b38f8e603649` — 5 breaking, 20 info
  - the `detail` response's property type changed from no type to `string` for status `400`
  - the `detail` response's property type changed from no type to `string` for status `401`
  - the `detail` response's property type changed from no type to `string` for status `403`
  - the `detail` response's property type changed from no type to `string` for status `404`
  - …21 more

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/orgs/:org_uuid/visibility/preview/get.md)

---

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