---
title: "Create or update notification preferences for an existing consumer"
method: POST
path: "/Users/NotificationPreferences"
tags: ["Rest"]
---

# Create or update notification preferences for an existing consumer

`POST /Users/NotificationPreferences`

## Headers

- `SiteId` integer, required

## Request body

- MindbodyRestApiDtoModelsUsersConsumerNotificationPreferencesRequest — For updating a subscriber consumer's notification preferences. Similar to ClientNotificationPreferences but only contains opt ins that are editable
  - `ConsumerId` string — The consumer's profile ID or their User ID
  - `SubscriberId` integer — The Subscriber ID
  - `PromotionalEmailOptIn` boolean — Whether the consumer is opted into receiving promotional emails
  - `PromotionalTextOptIn` boolean — Whether the consumer is opted into receiving promotional texts
  - `ScheduleEmailOptIn` boolean — Whether the consumer is opted into receiving schedule related emails
  - `ScheduleTextOptIn` boolean — Whether the consumer is opted into receiving schedule related texts
  - `AccountEmailOptIn` boolean — Whether the consumer is opted into receiving account related emails
  - `AccountTextOptIn` boolean — Whether the consumer is opted into receiving account related texts

## Response `200`

OK

- object

---

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