---
title: "List settings of an authorized user"
method: GET
path: "/userSettings"
tags: ["UserSettings"]
---

# List settings of an authorized user

`GET /userSettings`

Lists the settings of an authorized user. Example response contains a shortened list of settings.

## Response `200`

The list of user settings

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `marketplace_team` boolean — If the vendors are allowed to be part of the Marketplace team or not
    - `list_limit` number — The number of results shown in list by default
    - `beta_app` boolean — Whether beta app is enabled
    - `prevent_salesphone_callto_override` boolean — Prevent salesphone call to override
    - `file_upload_destination` string — The destination of file upload
    - `callto_link_syntax` string — The call to link syntax
    - `autofill_deal_expected_close_date` boolean — Whether the expected close date of the deal is filled automatically or not
    - `person_duplicate_condition` string — Allow the vendors to duplicate a person

## Other responses

- `401` — Unauthorized response

---

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