---
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`

## Changes

- **2026-01-05** `361d17797dff` — 1 info
  - added the success response with the status `202`
- **2025-12-08** `59c9efb45644` — 1 breaking
  - removed the success response with the status `202`
- **2025-12-02** `b232056686e3` — 1 info
  - added the success response with the status `202`

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/lists/:list_id/subscriptions/put.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
