---
title: "Retrieve a list of all Permissions applying to a Sync Map."
method: GET
path: "/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions"
tags: ["SyncV1SyncMapPermission"]
---

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

`GET /v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions`

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

## Path parameters

- `ServiceSid` string, required
- `MapSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `permissions` SyncV1ServiceSyncMapSyncMapPermission[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Map 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.
    - `map_sid` string, nullable — The SID of the Sync Map to which the 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 Map and its Items.
    - `write` boolean, nullable — Whether the identity can create, update, and delete Items in the Sync Map.
    - `manage` boolean, nullable — Whether the identity can delete the Sync Map.
    - `url` string, uri, nullable — The absolute URL of the Sync Map 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/revisions/0360fe39df8d/schema)
