---
title: "Retrieve a list of all Permissions applying to a Sync Document."
method: GET
path: "/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions"
tags: ["SyncV1DocumentPermission"]
---

# Retrieve a list of all Permissions applying to a Sync Document.

`GET /v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions`

Retrieve a list of all Permissions applying to a Sync Document.

## Path parameters

- `ServiceSid` string, required
- `DocumentSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `permissions` SyncV1ServiceDocumentDocumentPermission[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document Permission resource.
    - `service_sid` string, nullable — The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with.
    - `document_sid` string, nullable — The SID of the Sync Document to which the Document Permission applies.
    - `identity` string, nullable — The application-defined string that uniquely identifies the resource's User within the Service to an FPA token.
    - `read` boolean, nullable — Whether the identity can read the Sync Document.
    - `write` boolean, nullable — Whether the identity can update the Sync Document.
    - `manage` boolean, nullable — Whether the identity can delete the Sync Document.
    - `url` string, uri, nullable — The absolute URL of the Sync Document Permission resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/sync-v1.md) · [All operations](https://skmtc.net/twilio/apis/sync-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/sync-v1/versions/0360fe39df8d/schema)
