---
title: "Fetch a specific Sync Map Permission."
method: GET
path: "/v1/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity}"
tags: ["SyncV1SyncMapPermission"]
---

# Fetch a specific Sync Map Permission.

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

Fetch a specific Sync Map Permission.

## Path parameters

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

## Response `200`

OK

- 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.

---

[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)
