Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
PermittedEntityToUser
Permitted entity to user
Parameters
Name Type Description

address

String

The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.

entityType

EntityType

The Entity type

Possible values: [GROUP, DISTRIBUTION_LIST, DOMAIN, ACTIVE_DIRECTORY_GROUP, USER, EVERYONE].

identifier

String

Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.

name

String

The entity's name, for groups/distribution-lists use this field when calling other APIs.

Json Format
{
address: String,
name: String,
entityType: EntityType,
identifier: String
}