Skip to main content
GET
/
library
/
v1
/
{libraryId}
/
permission
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/library/v1/{libraryId}/permission \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "permissions": [
    {
      "kind": "<string>",
      "name": "<string>",
      "role": "<string>",
      "thumbnailPhotoUrl": "<string>",
      "type": "<string>",
      "value": "<string>",
      "withLink": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

libraryId
string
required

The ID of the library

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiLibraryPermissionList response

kind
string
permissions
object[]