Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListActiveDirectoryGroupsSuggestions
A list of suggestions used when searching for Active Directory groups
Parameters
Name Type Description

entityTypesToFind

List(ADGroupType)

Default value: null

Entity types to find

paginationInfo

Pagination

Pagination details

partialName

String

Required
Not null

Partial name

Json Format
{
partialName: String,
paginationInfo:
{
pageSize: Integer,
pageNumber: Integer
},
entityTypesToFind: Set(ADGroupType )
}