---
title: "Copy of /departments"
method: GET
path: "/permission_sets"
---

# Copy of /departments

`GET /permission_sets`

Returns a collection of your account departments. Required scope: `r_account`. Accessible with all token types.

## Response `200`

200

- object[]
  - `id` string — The unique identifier for the permission set
  - `name` string — The unique reference name. Important: Use this specific value (not the `id` or `label`) when assigning permissions to a user, such as when inviting new members or updating the roles of existing members
  - `label` object — The display title of the permission set. This is an object containing localized strings, where the key is the language code (e.g., `en`) and the value is the title in that language
    - `en` string — The display title of the permission set in English
  - `description` object — A summary of the permission set's purpose. This is an object mapping language codes to localized description text
    - `en` string — The description of the permission set in English

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
