---
title: "List notification preferences"
method: GET
path: "/emails/notification-preference/{user_id}"
tags: ["Emails"]
---

# List notification preferences

`GET /emails/notification-preference/{user_id}`

Get all notification preferences for a user, showing which notification categories are enabled or disabled.

## Path parameters

- `user_id` string — The ID of the user, or the special value `me` for the currently authenticated user

## Response `200`

Successful response

- object
  - `items` object[], required
    - `notification_category_id` string, required
    - `notification_category_name` string, required
    - `enabled` boolean, required
    - `can_disable` boolean, required
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

## Changes

- **2026-07-23** `fc669d833a13` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api/changes/emails/notification-preference/:user_id/get.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api/revisions/fc669d833a13/schema)
