Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ChangeActiveDirectorySettingsStatus
Request to enable or disable Active Directory.
Parameters
Name Type Description

changeStatus

Boolean

Not null
Default value: FALSE

True will enable Active Directory, False will disable

settingsUUID

String

The settings UUID

Json Format
{
settingsUUID: String,
changeStatus: Boolean
}