sf_user_info: Return Current User Info

View source: R/utils-org.R

sf_user_infoR Documentation

Return Current User Info

Description

[Stable]

Retrieves personal information for the user associated with the current session.

Usage

sf_user_info(api_type = c("SOAP", "Chatter"), verbose = FALSE)

Arguments

api_type

character; one of "REST", "SOAP", "Bulk 1.0", or "Bulk 2.0" indicating which API to use when making the request.

verbose

logical; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set to TRUE the URL, header, and body will be printed for each request, along with additional diagnostic information where available.

Value

list

Examples

## Not run: 
sf_user_info()

## End(Not run)

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