---
title: "Sets and returns user configuration"
method: POST
path: "/config/user"
tags: ["Configuration"]
---

# Sets and returns user configuration

`POST /config/user`

For keys present in the payload, it will set or remove the user config values (if the key is null). Changes are persisted to the config file.

## Request body

- ConfigPayload
  - `data` object

## Response `200`

User configuration

- ConfigPayload
  - `data` object

## Other responses

- `400` — Failed to parse or request validation failed
- `500` — Internal server error

---

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