---
title: "Creating or editing list items."
method: POST
path: "/company/v1/custom_fields/users/lists/{field}"
tags: ["custom fields (usersService)"]
---

# Creating or editing list items.

`POST /company/v1/custom_fields/users/lists/{field}`

Creating or editing list items.

## Request body

- SourceList
  - `title` string
  - `value` string
  - `color` string
  - `sort` integer
  - `selected` boolean

## Response `200`

OK

- SourceList
  - `title` string
  - `value` string
  - `color` string
  - `sort` integer
  - `selected` boolean

## Other responses

- `401` — Access token is missing or invalid

---

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