---
title: "Set Custom Properties"
method: POST
path: "/custom"
---

# Set Custom Properties

`POST /custom`

With this you can tie Custom Properties to a specific UserKey using key/value pairs. For instance, `{"Key":"Value"}` could be `{"favoriteColor": "blue"}`.  Note that each call to set custom properties will replace any existing custom properties.

## Path parameters

- `networkId` integer, required

## Query parameters

- `property` string
- `group` integer

## Request body

- object
  - `Key/Value Object` string, required — This is a JSON object that can be anything since it's custom data. For instance, `{"favoriteColor": "blue"}`.

## Response `200`

200

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
