Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
IManageInvite
Invite to imanage workspace or folder
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

folderItemId

String

IManage item id for a folder - in case the invite is in the context of a folder. Don't pass this property if the invite is for a workspace

groupNames

Set(String)

Default value: new HashSet<>()

List of groups

workspaceGuid

String

Required
Not null

Workspace guid

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