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

# List permission set assignments

`GET /permissionSets/{id}/assignments`

Returns the list of assignments for a permission set.

## Path parameters

- `id` string, required

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

The assignments of a specific user ID

- object
  - `success` boolean — If the response is successful or not
  - `data` object[] — An array of the assignments of the user
    - `user_id` integer — The ID of the user in the permission set
    - `permission_set_id` string — The ID of the permission set
    - `name` string — The name of the 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)
