---
title: "Get available fields list."
method: GET
path: "/company/v1/custom_fields/users/fields"
tags: ["custom fields (usersService)"]
---

# Get available fields list.

`GET /company/v1/custom_fields/users/fields`

Get available fields list.

## Response `200`

OK

- object
  - `data` object[]
    - `name` string
    - `code` string
    - `required` boolean
    - `editable` boolean
    - `show` boolean
    - `hidden` boolean
    - `multiple` boolean
    - `fieldSectionId` integer
    - `default_value` string
    - `tooltip` string
    - `type` string
    - `entity_reference_id` integer
    - `sort` integer
  - `meta` Meta
    - `currentPage` number
    - `from` number
    - `lastPage` number
    - `links` object[]
      - `url` string
      - `label` string
      - `active` boolean
    - `path` string
    - `perPage` number
    - `to` number
    - `total` number

## 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)
