Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditManagersOnGroup
Add multiple users to a group and add group information.
Parameters
Name Type Description

groupName

String

Required

Current group name

manager

Boolean

Default value: true

if to set or unset the manager property.

roomGuid

String

The guid of the workspace containing the group. Provide either it or roomId, but not both.

roomId

Integer

The id of the workspace containing the group. Provide either it or roomGuid, but not both.

users

List(String)

Required

List of user to set operation.

Json Format
{
groupName: String,
roomId: Integer,
roomGuid: String,
users: List(String),
manager: Boolean
}