---
title: "Subscribe to one or more lists"
method: POST
path: "/profiles/{user_id}/lists"
tags: ["User Profiles"]
---

# Subscribe to one or more lists

`POST /profiles/{user_id}/lists`

Subscribes the given user to one or more lists. If the list does not exist, it will be created.

## Path parameters

- `user_id` string, required

## Request body

- SubscribeToListsRequest
  - `lists` SubscribeToListsRequestItem[], required
    - `listId` string, required
    - `preferences` RecipientPreferences
      - `categories` NotificationPreferences
      - `notifications` NotificationPreferences

## Response `200`

- SubscribeToListsResponse
  - `status` 'SUCCESS', required

## Other responses

- `400`

## Changes

- **2025-10-15** `e67d02739533` — 2 info
  - api tag `User Profiles` added
  - api tag `Profiles` removed
- **2025-10-10** `1cc4508dc9f8` — 1 info
  - api operation id `profiles_subscribeToLists` removed and replaced with `profiles_subscribeToList`

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/profiles/:user_id/lists/post.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/6793811bc113/schema)
