---
title: "List Permissions"
method: GET
path: "/permissions"
tags: ["Role and Permission"]
---

# List Permissions

`GET /permissions`

Retrieves a list of all permissions available for the account.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

OK

- ListPermissionsResponse — A response for the List Permissions endpoint.
  - `itemCount` integer, required
  - `items` Permission[], required
    - `name` string, required — Name of the permission.
    - `description` string, required — Human-readable description of the permission.
    - `category` string, required — The category a permission belongs to.
    - `entityType` PermissionEntityType, required — The entity type a permission applies to.
      - `name` string, required — Name of the entity type.
      - `description` string, required — Human-readable description of the entity type.
    - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.

## Other responses

- `401` — The user could not be identified.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
