Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RoomRecipients
List workspace members
Parameters
Name Type Description

activeDirectoryGroupsGuids

Set(String)

Not null
Default value: new HashSet<>()

List of active directory groups

domains

List(String)

Not null
Default value: new ArrayList<>()

List of domains

everyone

Boolean

Flag indicating the everyone is a recipient

groups

List(String)

Not null
Default value: new ArrayList<>()

List of groups

users

Set(String)

Not null
Default value: new HashSet<>()

List of user's addresses

Json Format
{
activeDirectoryGroupsGuids: Set(String),
groups: List(String),
domains: List(String),
users: Set(String),
everyone: Boolean
}