Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddRoomMember
Add a user to a workspace.
Parameters
Name Type Description

group

PermittedEntityFromUser

Group to add entities to

permittedEntity

PermittedEntityFromUser

Required

Entity name & type

Json Format
{
permittedEntity:
{
address: String,
entityType: EntityType
},
group:
{
address: String,
entityType: EntityType
}
}