---
title: "Update muted enterprises list"
method: PUT
path: "/api/notifications/v1/mute/enterprises"
tags: ["User Management Notification"]
---

# Update muted enterprises list

`PUT /api/notifications/v1/mute/enterprises`

Replaces the entire muted enterprises list for the authenticated user. Pass an empty list to unmute all enterprises.

## Headers

- `request-id` string

## Request body

- UpdateMutedEnterprisesRequest
  - `enterpriseIds` string[]

## Response `200`

Muted enterprises list updated successfully

- MuteResponse
  - `userId` string, required
  - `success` boolean, required
  - `message` string, required
  - `mutedEnterpriseIds` string[]
  - `mutedWalletIds` string[]

## Other responses

- `400` — Invalid muted enterprises request body
- `500` — Unexpected error

---

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