---
title: "List permissions"
method: GET
path: "/v3/iam/permissions"
tags: ["IAM"]
---

# List permissions

`GET /v3/iam/permissions`

List permissions

## Query parameters

- `level` 'USER' | 'ACCOUNT'
- `valid_for_account` boolean
- `page_number` integer
- `page_size` integer

## Response `200`

OK

- IdentityPaginatedResponseListPermissionsResponseItem
  - `first` string, required — The URL path to the first page.
  - `next` string, nullable — The URL path to the next page.
  - `permissions` IdentityListPermissionsResponseItem[], required
    - `description` string, required — Description of the permission.
    - `identifier` integer, required — The unique identifier of the permission.
    - `level` 'USER' | 'ACCOUNT', required — Permission level type
    - `name` string, required — Name of the permission.
    - `required_user_permissions` union, required — A node in the permission dependency tree.
      - object — An AND compound node — all children must be satisfied.
        - `type` 'AND', required — Defines the type of a permission dependency node.
        - `values` IdentityPermissionDependencyNode[], required — Child nodes, all of which must be satisfied.
      - object — An OR compound node — at least one child must be satisfied.
        - `type` 'OR', required — Defines the type of a permission dependency node.
        - `values` IdentityPermissionDependencyNode[], required — Child nodes, at least one of which must be satisfied.
      - object — A leaf node referencing a permission by its identifier.
        - `type` 'ID', required — Defines the type of a permission dependency node.
        - `value` integer, required — The permission identifier.
  - `prev` string, nullable — The URL path to the previous page.
  - `self` string, required — The URL path to the current page.
  - `total_count` integer, nullable — Total number of items.

---

[API](https://skmtc.dev/complyadvantage/apis/mesh-api.md) · [All operations](https://skmtc.dev/complyadvantage/apis/mesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complyadvantage/mesh-api/revisions/fdaac4351d85/schema)
