Update muted wallets list (admin)

put/api/notifications/v1/admin/user/{bitgoUserId}/mute/wallets

Replaces the entire muted wallets list for a specified user. Pass an empty list to unmute all wallets.

Path Parameters

  • bitgoUserIdstringRequired
    The BitGo user ID of the user whose muted wallets list is being updated

Request Body

The new muted wallets list. Replaces the existing list entirely.
walletIds array[string]
Min items: >= 0 items
Max items: <= 5000 items

200 Response

userId string required
success boolean required
message string required
mutedEnterpriseIds array[string]
mutedWalletIds array[string]