Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListActiveDirectoryGroups
Details about how to get a list of Active Directory groups
Parameters
Name Type Description

activeDirectoryOrder

ActiveDirectoryGroupOrder

Not null
Default value: GROUP_NAME

Active Directory group order

Possible values: [GROUP_NAME, UPDATE_DATE].

orderAscending

boolean

Default value: true

Order ascending, if left empty set to true.

paginationInfo

Pagination

Not null

Pagination details

Json Format
{
paginationInfo:
{
pageSize: Integer,
pageNumber: Integer
},
orderAscending: Boolean,
activeDirectoryOrder: ActiveDirectoryGroupOrder
}