sf_report_folder_share_recipients: Get report folder share recipients

View source: R/analytics-report-folder.R

sf_report_folder_share_recipientsR Documentation

Get report folder share recipients

Description

[Experimental]

Usage

sf_report_folder_share_recipients(
  report_folder_id,
  share_type = c("User", "Group", "Role"),
  search_term = "",
  limit = 100
)

Arguments

report_folder_id

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

share_type

character; Return data for the recipients of the specified type, such as "User", "Group", or "Role".

search_term

character; Search to match share recipients' names. Default is "" (no restriction).

limit

integer; Limit to the number of search results. Default is 100.

Value

list


salesforcer documentation built on March 18, 2022, 6:26 p.m.