salesforcer (version 1.0.1)

make_analytics_folder_share_recipients_url: Analytics Folder share recipients URL generator

Description

Analytics Folder share recipients URL generator

Usage

make_analytics_folder_share_recipients_url(
  report_folder_id,
  share_type = "User"
)

Arguments

report_folder_id

character; the Salesforce Id assigned to a created analytics folder (it will start with "00l").

share_type

character; the type of data for the recipients, such as user, group, or role. The default is "User".

Value

character; a complete URL (as a string) that will be used to send Analytics folder calls to. This URL is specific to your instance and the API version being used.