---
title: "Create a Configuration"
method: POST
path: "/configurations"
tags: ["Configs/Configurations"]
---

# Create a Configuration

`POST /configurations`

## Request body

- object
  - `config-name` string, required — This is the name of the configuration
  - `config-value` union, required — This is the configuration value. Can be a string, boolean, or integer
    - string
    - boolean
    - integer
  - `domain` string — This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (\*).
  - `description` string — This describes the configuration
  - `admin-ui-account-type` string
  - `reseller` string
  - `user` string
  - `user-scope` string
  - `core-server` string

## Response `202`

- object
  - `code` integer, required
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/revisions/d37f65b5b886/schema)
