Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddOrganizationDistributionList
Add a new distribution list, including members.
Parameters
Name Type Description

description

String

List description

forceAction

boolean

Default value: false

The action will always be done if set to True

listName

String

Required

List name

members

Members

Required

List members

Json Format
{
members:
{
userMembers: List(String),
distributionListMembers: List(String),
activeDirectoryGroupsMembersGuids: Set(String)
}),
listName: String,
description: String,
forceAction: Boolean
}