---
title: "Update document permission settings"
method: PUT
path: "/api/v1/documents/{identifier}/permissions"
tags: ["Documents"]
---

# Update document permission settings

`PUT /api/v1/documents/{identifier}/permissions`

## Path parameters

- `identifier` string, required — Document identifier (either document ID or identifier slug)

## Request body

- DocumentsUpdatePermissionSettingsBody
  - `canAnalyze` boolean — Allow exploring from this document
  - `canDownload` boolean — Allow downloading
  - `canDrill` boolean — Allow drill-down
  - `canDuplicate` boolean — Allow duplicating
  - `canRequestAccess` boolean — Allow requesting access
  - `canSaveSpreadsheets` boolean — Allow creating spreadsheets
  - `canSchedule` boolean — Allow scheduling
  - `canUpload` boolean — Allow uploads
  - `canUseDashboardAi` boolean — Allow using dashboard AI
  - `canUseTimezoneOverride` boolean — Allow timezone override
  - `canViewWorkbook` boolean — Allow viewing workbook
  - `organizationAccessBoost` boolean — Boost organization access
  - `organizationRole` 'viewer' | 'editor' | 'manager' | 'no_access' — Organization-wide role for the document
  - `requirePullRequestToPublish` boolean — Require pull request to publish changes

## Response `200`

Permission settings updated successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Invalid request body
- `401` — Authentication required
- `403` — Permission denied - MANAGER role required
- `404` — Document 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)
