Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddActiveDirectoryGroup
Add an Active Directory group.
Parameters
Name Type Description

activeDirectoryGroupGuid

String

Required
Not null

The group's Active Directory GUID

roles

Set(String)

Not null
Default value: new HashSet<>()

Active Directory roles assigned to the group

Json Format
{
activeDirectoryGroupGuid: String,
roles: Set(String)
}