---
title: "Subscribe users to a list"
method: PUT
path: "/lists/{list_id}/subscriptions"
tags: ["Lists"]
---

# Subscribe users to a list

`PUT /lists/{list_id}/subscriptions`

Subscribes the users to the list, overwriting existing subscriptions. If the list does not exist, it will be automatically created.

## Path parameters

- `list_id` string, required

## Request body

- object
  - `recipients` PutSubscriptionsRecipient[], required
    - `recipientId` string, required
    - `preferences` RecipientPreferences
      - `categories` NotificationPreferences
      - `notifications` NotificationPreferences

## Response `202`

## Other responses

- `204`
- `400`

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
