---
title: "Create"
method: POST
path: "/notifications/user_preferences/create/v1"
tags: ["/notifications", "/user_preferences"]
---

# Create

`POST /notifications/user_preferences/create/v1`

Creates a new notification preferences record for the caller. Returns existing preferences if already created. | () -> (NotificationUserPreferences1)

## Response `200`

Successful Response

- NotificationUserPreferences1
  - `schema_version` 1, required
  - `user_id` string, required — Must be a string starting with `user_`
  - `created_at_timestamp` string, date-time, required
  - `last_edited_at_timestamp` string, date-time, required
  - `email_events` NotificationEventsForUsersEnum[]
  - `push_events` NotificationEventsForUsersEnum[]
  - `sms_events` NotificationEventsForUsersEnum[]
  - `_id` string, required

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
