---
title: "Get one permission set"
method: GET
path: "/permissionSets/{id}"
tags: ["PermissionSets"]
---

# Get one permission set

`GET /permissionSets/{id}`

Returns data about a specific permission set.

## Path parameters

- `id` string, required

## Response `200`

The permission set of a specific user ID

- object
  - `id` string — The ID of user permission set
  - `name` string — The name of the permission set
  - `description` string — The description of the permission set
  - `app` 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' — The app that permission set belongs to
  - `type` 'admin' | 'manager' | 'regular' | 'custom' — The type of permission set
  - `assignment_count` integer — The number of users assigned to this permission set
  - `contents` string[] — A permission assigned to this permission set

## Other responses

- `404` — If the user ID has no assignments, then it will return NotFound

---

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