Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TransientDocumentInvite
Parameters
Name Type Description

activeDirectoryGroupsGuids

Set(String)

Default value: new HashSet<>()

List of active directory groups

additionalEmails

Set(String)

Default value: new HashSet<>()

List of additional emails

documentPath

String

Required
Not null

A document path - in case the invite is in the context of a folder

emailMessage

String

Text of invite email message

emailSubject

String

Not null

Subject line for invite email

groupNames

Set(String)

Default value: new HashSet<>()

List of groups

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
workspaceGuid: String,
documentPath: String,
emailSubject: String,
emailMessage: String,
groupNames: Set(String),
additionalEmails: Set(String),
activeDirectoryGroupsGuids: Set(String)
}