Skip to main content
POST
/
document
/
v1
/
{documentId}
/
notifyUsers
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/document/v1/{documentId}/notifyUsers \
  --header 'Authorization: Bearer <token>'
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

documentId
string
required

The ID of the document

Query Parameters

copyToMySelf
boolean
required

Whether the current user should also receive the email

subject
string
required

The subject of the notification email

content
string
required

The content of the notification email

recipients
string[]

The list of recipients (emails of users or groups) of the notification email

securityCode
string

The security code

domain
string

The G Suite domain

Response

204 - undefined