Fetch a specific Sync Document Permission.
Sync document permissions
Fetch a specific Sync Document Permission.
Path parameters
-
The SID of the Sync Service with the Document Permission resource to fetch.
-
The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's
sid
or itsunique_name
. -
The application-defined string that uniquely identifies the User's Document Permission resource to fetch.
GET
/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}
curl \
--request GET 'https://sync.twilio.com/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity}' \
--user "username:password"
Response examples (200)
{
"url": "https://sync.twilio.com/v1/Services/ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Documents/ETaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Permissions/identity",
"read": true,
"write": true,
"manage": true,
"identity": "identity",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"document_sid": "ETaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}