Skip to main content
PUT
/
api
/
admin
/
subscription-groups
/
assignments
cURL
curl --request PUT \
  --url http://localhost:3001/api/admin/subscription-groups/assignments \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspaceId": "<string>",
  "userUpdates": [
    {
      "userId": "<string>",
      "changes": {}
    }
  ]
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

application/json
workspaceId
string
required
userUpdates
object[]
required

Response

200 - application/json

An empty String

An empty String