Skip to main content
GET
/
folder
/
v1
/
folders
/
{folderId}
/
permissions
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/folder/v1/folders/{folderId}/permissions \
  --header 'Authorization: Bearer <token>'
{
  "drivePermissions": [
    {
      "additionalRoles": [
        "<string>"
      ],
      "allowlisted": true,
      "belongsToDomain": true,
      "email": "<string>",
      "googleEmailAddress": true,
      "kind": "<string>",
      "name": "<string>",
      "permissionId": "<string>",
      "role": "<string>",
      "thumbnailPhotoUrl": "<string>",
      "type": "<string>",
      "withLink": true
    }
  ],
  "kind": "<string>",
  "restrictedDownload": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

folderId
string
required

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiFolderDrivePermissions response

drivePermissions
object[]

Collection of Drive permissions. See ApiDrivePermission

kind
string
restrictedDownload
boolean

Whether the attachments of the documents are explicitly marked as restricted to download, copy and print for readers and commenters