---
title: "List user permissions"
method: GET
path: "/users/{id}/permissions"
tags: ["Users"]
---

# List user permissions

`GET /users/{id}/permissions`

Lists aggregated permissions over all assigned permission sets for a user.

## Path parameters

- `id` integer, required

## Response `200`

The list of user permissions

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `can_add_custom_fields` boolean — If the user can add custom fields
    - `can_add_products` boolean — If the user can add products
    - `can_add_prospects_as_leads` boolean — If the user can add prospects as leads
    - `can_bulk_edit_items` boolean — If the user can bulk edit items
    - `can_change_visibility_of_items` boolean — If the user can change visibility of items
    - `can_convert_deals_to_leads` boolean — If the user can convert deals to leads
    - `can_create_own_workflow` boolean — If the user can create workflows
    - `can_delete_activities` boolean — If the user can delete activities
    - `can_delete_custom_fields` boolean — If the user can delete custom fields
    - `can_delete_deals` boolean — If the user can delete deals
    - `can_edit_custom_fields` boolean — If the user can edit custom fields
    - `can_edit_deals_closed_date` boolean — If the user can edit deals' closed date
    - `can_edit_products` boolean — If the user can edit products
    - `can_edit_shared_filters` boolean — If the user can edit shared filters
    - `can_export_data_from_lists` boolean — If the user can export data from item lists
    - `can_follow_other_users` boolean — If the user can follow other users
    - `can_merge_deals` boolean — If the user can merge deals
    - `can_merge_organizations` boolean — If the user can merge organizations
    - `can_merge_people` boolean — If the user can merge people
    - `can_modify_labels` boolean — If the user can modify labels
    - `can_see_company_wide_statistics` boolean — If the user can see company-wide statistics
    - `can_see_deals_list_summary` boolean — If the user can see the summary on the deals page
    - `can_see_hidden_items_names` boolean — If the user can see the names of hidden items
    - `can_see_other_users` boolean — If the user can see other users
    - `can_see_other_users_statistics` boolean — If the user can see other users' statistics
    - `can_see_security_dashboard` boolean — If the user can see security dashboard
    - `can_share_filters` boolean — If the user can share filters
    - `can_share_insights` boolean — If the user can share insights
    - `can_use_api` boolean — If the user can use API
    - `can_use_email_tracking` boolean — If the user can use email tracking
    - `can_use_import` boolean — If the user can use import

---

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