Skip to main content
POST
/
library
/
v1
/
{libraryId}
/
permission
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/library/v1/{libraryId}/permission \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kind": "<string>",
  "permissions": [
    {
      "kind": "<string>",
      "name": "<string>",
      "role": "<string>",
      "thumbnailPhotoUrl": "<string>",
      "type": "<string>",
      "value": "<string>",
      "withLink": true
    }
  ]
}
'
This response has no body data.

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

Body

application/json
kind
string
permissions
object[]

Response

204 - undefined