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

# Update folder permissions

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

## Path parameters

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

## Request body

- FoldersUpdatePermissionsBody
  - `accessBoost` boolean — Whether to grant access boost
  - `role` 'NO_ACCESS' | 'VIEWER' | 'EXPLORER' | 'EDITOR' | 'MANAGER' — New content role to assign
  - `userGroupIds` string[] — User group IDs to update permissions for
  - `userIds` string[] — User IDs to update permissions for

## Response `200`

Permissions updated successfully

- FoldersUpdatePermissionsResponse
  - `success` boolean, required — Whether the permissions were updated successfully

## Other responses

- `400` — Invalid request body - userIds or userGroupIds must be provided
- `401` — Authentication required
- `403` — Permission denied - MANAGER role required
- `404` — Folder 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/4701f292c621/schema)
