---
title: "Add subscribers to a list"
method: POST
path: "/lists/{list_id}/subscriptions"
tags: ["Lists"]
---

# Add subscribers to a list

`POST /lists/{list_id}/subscriptions`

Subscribes additional users to the list, without modifying 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 `204`

## Other responses

- `400`

---

[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/7143ea51f307/schema)
