Emailing Collaborators

You can use the emailCollaborators call to send an email to collaborators of this folder

Sample URL

https://hostname:port/context/rest/v2/documents/emailCollaborators/{id}

Method

POST

Parameters

Parameter Description
id Required.

The ID of the document.

It should be on the URL.

recipient Optional.

One or more recipients.

These recipients can be delimited with a semicolon (;). If this parameter is not present, send emails to all collaborators.

message A message in HTML format.

The default value is a system generated message.

Response

The format is "{"message":"<response message>"}".