---
title: "Share a support bundle with the requested teams."
method: PUT
path: "/supportbundle/{bundle_id}/share"
tags: ["supportBundle"]
---

# Share a support bundle with the requested teams.

`PUT /supportbundle/{bundle_id}/share`

Allow the owner of a support bundle to share access with other teams by specifying their team IDs. Passing an empty list will remove all existing shares.

Required RBAC Policy: team/support-issues/write

## Path parameters

- `bundle_id` string, required

## Request body

- object
  - `teamIDs` string[] — Team IDs to share support bundle with. Leave empty to delete existing shares.

## Response `200`

ShareSupportBundleResponse contains the share support bundle command response properties

- object

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
