---
title: "setup communications preferences"
method: POST
path: "/setup_comm_prefs"
tags: ["internal"]
---

# setup communications preferences

`POST /setup_comm_prefs`

## Request body

- CommPrefsInput
  - `firstName` string — the provided first name
  - `lastName` string — the provided last name
  - `email` string — the provided email
  - `companyName` string — the provided company name
  - `country` string — the provided country
  - `featureUpdates` boolean, required — user preference to receive feature updates
  - `securityUpdates` boolean, required — Deprecated: no longer used

## Response `200`

communication preferences saved successfully

## Other responses

- `400` — Bad Request
- `409` — setup was already completed
- `412` — wrong setup state for this operation
- `429` — too many requests
- `default` — Internal Server Error

---

[API](https://skmtc.net/treeverse/apis/lakefs-api.md) · [All operations](https://skmtc.net/treeverse/apis/lakefs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treeverse/lakefs-api/versions/4617f80bee61/schema)
