---
title: "Get notification preferences"
method: GET
path: "/v2/users/{userId}/notification-preferences"
tags: ["Users"]
---

# Get notification preferences

`GET /v2/users/{userId}/notification-preferences`

This endpoint gets notification preferences for a user.

## Response `200`

OK

- NotificationPreferences — Notification preferences of a user for different notification types.
  - `preferences` NotificationPreferencePerType[]
    - `notificationType` 'FLIGHT_NOTIFICATION' | 'BOOKING_NOTIFICATION'
    - `emailPreference` NotificationEmailPreference — Email preference for notification type.
      - `enabled` boolean — Whether the email preference is enabled or not.
      - `ccEmails` string[] — List of cc emails for the email preference.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/user-management-api.md) · [All operations](https://skmtc.net/spotnana/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/user-management-api/versions/920fb84cbf70/schema)
