---
title: "Get folder permissions"
method: GET
path: "/api/v1/folders/{folderId}/permissions"
tags: ["Folders"]
---

# Get folder permissions

`GET /api/v1/folders/{folderId}/permissions`

## Path parameters

- `folderId` string, uuid, required — Unique identifier for the folder

## Query parameters

- `userId` string, uuid — Filter permits for a specific user. If omitted, returns all permits (requires MANAGER role).

## Response `200`

Folder permissions

- FoldersGetPermissionsResponse
  - `permits` object[], required — List of permission permits for the folder
    - `accessBoost` boolean — Whether access boost is enabled for this permit
    - `role` string, required — Content role (e.g., VIEWER, EDITOR, MANAGER)
    - `userGroupId` string — User group ID if this is a group permit
    - `userId` string, uuid — User ID if this is a user permit

## Other responses

- `401` — Authentication required
- `403` — Permission denied - VIEWER role required to view specific user permissions, MANAGER role required to list all
- `404` — Folder or user not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/de7cac8b5983/schema)
