---
title: "PUT /api/public/subscription-management/user-subscriptions"
method: PUT
path: "/api/public/subscription-management/user-subscriptions"
---

# PUT /api/public/subscription-management/user-subscriptions

`PUT /api/public/subscription-management/user-subscriptions`

Allows users to manage their subscriptions.

## Request body

- object
  - `workspaceId` string, required — Workspace Id.
  - `hash` string, required — Subscription change hash, used to authenticate subscription changes.
  - `identifier` string, required — Identifier value for channel.
  - `identifierKey` string, required — Identifier key for channel.
  - `changes` object, required — Subscription changes.

## Response `204`

An empty String

- string — An empty String

## Other responses

- `401` — Default Response

---

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