Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExportUsersTransientActivityHistory
Used when exporting activity history for a list of users in current user's organization to a CSV file
Parameters
Name Type Description

datesFilter

HistoryPeriod

Start and end dates filter for Activity history

userAddresses

Set(String)

Required
Not null

List of users' email addresses

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