---
title: "Get workspace sharing settings for organization"
method: GET
path: "/api/v2/organizations/{organization}/settings/workspace-sharing"
tags: ["Enterprise"]
---

# Get workspace sharing settings for organization

`GET /api/v2/organizations/{organization}/settings/workspace-sharing`

## Path parameters

- `organization` string, uuid, required

## Response `200`

OK

- CodersdkWorkspaceSharingSettings
  - `shareable_workspace_owners` 'none' | 'everyone' | 'service_accounts'
  - `sharing_disabled` boolean — SharingDisabled is deprecated and left for backward compatibility purposes. Deprecated: use `ShareableWorkspaceOwners` instead
  - `sharing_globally_disabled` boolean — SharingGloballyDisabled is true if sharing has been disabled for this organization because of a deployment-wide setting.

---

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