---
title: "Get preferences"
method: GET
path: "/mailhub/users/{userId}/preferences"
tags: ["Users / User email preferences - Mailhub"]
---

# Get preferences

`GET /mailhub/users/{userId}/preferences`

## Path parameters

- `userId` string, required

## Response `200`

Successful response

- object
  - `preferences` object
    - `id` integer
    - `uuid` string
    - `email` string, email
    - `is_email_verified` boolean
    - `global` object
      - `isEmailVerified` boolean
      - `preferences` object[]
        - `id` string
        - `enabled` boolean
        - `label` string
        - `description` string
    - `zones` unknown[]
      - unknown

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
