---
title: "Retrieves the schema for custom fields."
method: GET
path: "/dx/api/people/v1/customFields/schema"
tags: ["People / Custom fields"]
---

# Retrieves the schema for custom fields.

`GET /dx/api/people/v1/customFields/schema`

Provides the schema definition for custom fields, including metadata such as field type, default values, and validation rules.
  It can be used for dynamic form generation and client-side validation.

## Response `200`

Custom fields schema retrieved successfully.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
