Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationRoleLogRecord
A single log record about organization roles
Parameters
Name Type Description

actionDate

Date

Action date

actionType

OrganizationRoleActionType

Action type

Possible values: [REMOVE_ORG_ROLE_FROM_ENTITY, REMOVE_ALL_CAPABILITIES_TO_ENTITY, SET_ORG_ROLES_TO_ENTITY, ADD_ORG_ROLE_TO_ENTITY].

affectedEntityAddress

String

Affected entity address

comment

String

Comment

orgRoleType

OrgRoleType

Organization role type

Possible values: [SUPER_ADMIN, INBOUND_TRANSIENT_WORKSPACE_OWNER, SDS_USER, MYDOX_WORKSPACE_OWNER, SERVICEX_ADMIN, VDR_SUBSCRIBER, PROTECTED_USER, WATCHDOX_PERSONAL_USER, SERVICE_REPRESENTING_USER, AUDIT_HELP_DESK, VDR_OWNER, VISITOR, LEGAL_INVESTIGATOR, ORG_ADMIN, CIFS_DEFAULT_ROOM_ADMIN, SHAREPOINT_DEFAULT_ROOM_ADMIN, HELP_DESK].

userAdress

String

User address

Json Format
{
actionType: OrganizationRoleActionType,
userAdress: String,
affectedEntityAddress: String,
actionDate: Date,
comment: String,
orgRoleType: OrgRoleType
}