Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExportSpecificUsersTransientActivityHistoryByMail
Used when exporting a selected Activity history for a list of users in current user's organization to a CSV file as an attachment to an email
Parameters
Name Type Description

from

Date

to

Date

userEmails

Set(String)

Required
Not null

User's email address

Json Format
{
userEmails: Set(String),
from: Date,
to: Date
}