---
title: "Set the list of columns for Contacts table"
method: POST
path: "/contacts/fields"
tags: ["Contacts"]
---

# Set the list of columns for Contacts table

`POST /contacts/fields`

REQUIRED SCOPES <code>['contacts:write']</code><br> Set the list of contact fields to display on Contacts page for current user

## Query parameters

- `contact_fields[]` string[], required

## Response `200`

OK

- object
  - `contact_fields` object
    - `id` integer
    - `user_id` integer
    - `organization_id` integer
    - `active_fields` object[]
      - `id` integer
      - `user_id` integer
      - `organization_id` integer
      - `active_fields` string

---

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