---
title: "Update User Settings"
method: PUT
path: "/settings/profile"
tags: ["Settings"]
---

# Update User Settings

`PUT /settings/profile`

Update settings for the customer

## Request body

- UserSettings — User settings model
  - `email_notifications` boolean
  - `theme` string
  - `language` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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