---
title: "Update sharing settings"
method: POST
path: "/api/user/sharingSettings"
tags: ["User"]
---

# Update sharing settings

`POST /api/user/sharingSettings`

Update the authenticated user's auto-share field preferences. Partial — only sent fields are written.

## Request body

- object
  - `shareAmount` boolean
  - `shareCard` boolean
  - `shareDate` boolean
  - `shareMaxAmountCents` integer, nullable
  - `shareMerchant` boolean
  - `shareMinAmountCents` integer, nullable
  - `shareNote` boolean

## Response `200`

Updated settings

- ShareSettings
  - `shareAmount` boolean, required
  - `shareCard` boolean, required
  - `shareDate` boolean, required
  - `shareMaxAmountCents` integer, nullable, required
  - `shareMerchant` boolean, required
  - `shareMinAmountCents` integer, nullable, required
  - `shareNote` boolean, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized

---

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