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 \
-X GET https://sync.twilio.com/v1/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"document_sid": "string",
"identity": "string",
"manage": true,
"read": true,
"service_sid": "string",
"url": "https://example.com",
"write": true
}
Response examples (200)
{
"account_sid": "string",
"document_sid": "string",
"identity": "string",
"manage": true,
"read": true,
"service_sid": "string",
"url": "https://example.com",
"write": true
}