---
title: "Get User Marketing Preferences"
method: GET
path: "/api/v1/admin/users/{user_id}/marketing-preferences"
tags: ["Admin APIs", "users"]
---

# Get User Marketing Preferences

`GET /api/v1/admin/users/{user_id}/marketing-preferences`

Admin view into a user's marketing subscription state.

HubSpot is the source of truth.

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- MarketingPreferencesRead — A simple map of preference code -> opted_in. Today we only use `marketing_all`, but this format supports adding more preference codes in the future.
  - `preferences` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
