Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
Invite
Used to invite groups to a workspace
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

emailMessage

String

Text of invite email message

emailSubject

String

Not null

Subject line for invite email

folderUuid

String

A folder identifier - in case the invite is in the context of a folder

groupNames

Set(String)

Default value: new HashSet<>()

List of groups

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