Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RemoveUsers
Users to remove from an organization
Parameters
Name Type Description

forceAction

boolean

Default value: true

If to continue removing after first failure

targetUser

String

The user to transfer the deleted users rights and files to if given, otherwise files will be deleted. This will move all files in workspaces and exchanges to be owned by this user, and will also copy all the groups and distribution lists memberships from the deleted users to this user.

userUuids

Set(String)

Not null
Default value: new HashSet<>()

An alternative key field for deleting users

users

List(String)

Not null
Default value: new ArrayList<>()

List of users to remove

Json Format
{
users: List(String),
userUuids: Set(String),
forceAction: Boolean,
targetUser: String
}