Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sf_report_folder_share_recipients

Get report folder share recipients


Description

Experimental lifecycle

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

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.