---
title: "Get alert notification preferences of a user"
method: GET
path: "/users/{user-id}/notification-preferences/alerts"
tags: ["Notification Preferences"]
---

# Get alert notification preferences of a user

`GET /users/{user-id}/notification-preferences/alerts`

## Path parameters

- `user-id` string, required

## Response `200`

the response

- NotificationPreferencesAlert[]
  - `id` integer
  - `method` 'EMAIL' | 'SMS' | 'PUSH' | 'VOICE' | 'WHATSAPP' | 'TELEGRAM'
  - `contact` union
    - object
      - `id` integer
      - `regionCode` string
      - `target` string
      - `primary` boolean — May only be enabled for a single phone number contact at a time
      - `status` 'OK' | 'LOCKED' | 'BLACKLISTED'
    - object
      - `id` integer
      - `target` string
      - `status` 'OK' | 'LOCKED' | 'BLACKLISTED'
  - `delayMin` integer
  - `type` 'LOW_PRIORITY' | 'HIGH_PRIORITY'

---

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