---
title: "Share a private connector to the current workspace."
method: PUT
path: "/v1/connectors/{connector_id}/share"
tags: ["beta.connectors"]
---

# Share a private connector to the current workspace.

`PUT /v1/connectors/{connector_id}/share`

Transfers ownership of a private user-owned connector to the current workspace, making it available to all workspace members. The creator can later revert this via the unshare endpoint. Any authentication flows that rely on the original owner's identity (e.g. OAuth on-behalf-of) will be affected and must be reconfigured after sharing. Only the connector's creator can call this endpoint. Requires the ShareConnectorToWorkspace workspace permission.

## Path parameters

- `connector_id` string, uuid, required

## Response `200`

Successful Response

- MessageResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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