[Stable]

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

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

if (FALSE) {
sf_user_info()
}