---
title: "List role settings"
method: GET
path: "/roles/{id}/settings"
tags: ["Roles"]
---

# List role settings

`GET /roles/{id}/settings`

Returns the visibility settings of a specific role.

## Path parameters

- `id` integer, required

## Response `200`

List role settings

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The settings for the role
    - `deal_default_visibility` number — The default visibility level of the deals for the role
    - `lead_default_visibility` number — The default visibility level of the leads for the role
    - `org_default_visibility` number — The default visibility level of the organizations for the role
    - `person_default_visibility` number — The default visibility level of the people for the role
    - `product_default_visibility` number — The default visibility level of the products for the role
    - `deal_access_level` number — The access level of the deals for the role (only for default role)
    - `org_access_level` number — The access level of the organizations for the role (only for default role)
    - `person_access_level` number — The access level of the people for the role (only for default role)
    - `product_access_level` number — The access level of the products for the role (only for default role)

---

[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/versions/bf863a979545/schema)
