Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ModifyGroupWithGroup
Information for modifying a group
Parameters
Name Type Description

groupName

String

Current group name

newIdentifier

String

The new Identifier to set to the group.

newName

String

The new name to set for the group.

roomGuid

String

Current workspace guid

roomId

Integer

Current workspace id

Json Format
{
groupName: String,
roomId: Integer,
roomGuid: String,
newName: String,
newIdentifier: String
}