---
title: "List User Notification Preferences"
method: GET
path: "/internal/notifications/users/{user_id}/preferences"
tags: ["internal"]
---

# List User Notification Preferences

`GET /internal/notifications/users/{user_id}/preferences`

A user's effective preference per notification type, for admin review.

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- UserNotificationPreferenceRow[]
  - `notification_type` string, required
  - `label` string, required
  - `description` string, required
  - `required_permission` string, nullable, required
  - `permitted` boolean, required
  - `enabled` boolean, required
  - `supports_assigned_scope` boolean, required
  - `assigned_scope_label` string, nullable, required
  - `scope` 'all' | 'assigned', required — How widely a user wants to receive a (scope-supporting) notification. ALL means every event of this type at the company; ASSIGNED narrows it to the subset that concerns the user. What "assigned" resolves to is defined by the definition's AssignedScopeSpec.kind.
  - `default_scope` 'all' | 'assigned', required — How widely a user wants to receive a (scope-supporting) notification. ALL means every event of this type at the company; ASSIGNED narrows it to the subset that concerns the user. What "assigned" resolves to is defined by the definition's AssignedScopeSpec.kind.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
