Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
CopyMembership
List users when copying membership.
Parameters
Name Type Description

forceAction

boolean

Default value: true

Flag indicating whether to continue copying after first failure

userTo

String

Required

The user to add the memberships to

usersFrom

List(String)

Required

A list of users to copy their memberships

Json Format
{
usersFrom: List(String),
userTo: String,
forceAction: Boolean
}