---
title: "GET /v0.1/user/notifications/emailSettings"
method: GET
path: "/v0.1/user/notifications/emailSettings"
tags: ["alerting"]
---

# GET /v0.1/user/notifications/emailSettings

`GET /v0.1/user/notifications/emailSettings`

Get Default email notification settings for the user

## Response `200`

Success

- object — Generic result for any alerting API operation
  - `request_id` string, required — Unique request identifier for tracking
  - `eTag` string — The ETag of the entity
  - `enabled` boolean, required — Allows to forcefully disable emails on app or user level
  - `userId` string — The unique id (UUID) of the user
  - `settings` object[], required — The settings the user has for the app
    - `event_type` 'crash_newCrashGroupCreated', required — Event Name
    - `value` 'Disabled' | 'Individual' | 'Daily' | 'DailyAndIndividual' | 'Default', required — Frequency of event
    - `default_value` 'Disabled' | 'Individual' | 'Daily' | 'DailyAndIndividual' — Default frequency of event

## Other responses

- `default` — Error code with reason

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
