Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
PermittedEntityFromUser
A permitted entity from a user
Parameters
Name Type Description

address

String

Required
Not null
Minimum size: 1  Maximum size: 180

The address to identify the entity by (name for groups/distribution lists).

entityType

EntityType

Required
Not null

The Entity type

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

Json Format
{
address: String,
entityType: EntityType
}