---
title: "Configure Org Extended Field"
method: POST
path: "/entity/extended_field_config"
---

# Configure Org Extended Field

`POST /entity/extended_field_config`

This API lets you configure a extended field for the org and manage whether to show or hide it on your org’s InTouch.

## Request body

- object
  - `extendedFieldId` integer, required — Unique ID of the extended field.
  - `hideDisplay` boolean, required — Pass `true` to hide the field, `false` to show.
  - `mandatory` boolean — Pass true to make the extended a mandatory option on the UI, false to make it an optional field.
  - `updatable` boolean — Specify true to allow updating extended field values once entered, false to disable updating extended field values. Applicable for Instore. No server side validation.
  - `position` integer — The position order of the extended field on the UI.
  - `isPsiData` boolean — Indicates if the extended field is sensitive data
  - `isPiiData` boolean — Indicates if the extended field is Personally Identifiable Information. Refer to the PSI data documentation for more [information on classifying PSI data](https://docs.capillarytech.com/docs/classify-potentially-sensitive-information-psi)

## Response `200`

200

- object
  - `extendedFieldId` integer
  - `hideDisplay` boolean
  - `isPiiData` boolean
  - `isPsiData` boolean
  - `updatable` boolean
  - `mandatory` boolean
  - `rejectTxnOnInvalidValue` boolean
  - `auditTrailEnabled` boolean
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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