---
title: "Describe email preferences"
method: GET
path: "/user/email-preferences"
---

# Describe email preferences

`GET /user/email-preferences`

Describes the current user's email preferences.

## Response `200`

OK

- DescribeEmailPreferencesBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `subscriptions` EmailSubscriptions, required
    - `feature_updates` boolean
    - `marketing_emails` boolean
    - `tower_newsletter` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
