getExternalAccounts: Retrieve external account details.

View source: R/getExternalAccounts.R

getExternalAccountsR Documentation

Retrieve external account details.

Description

getExternalAccounts provides details of a user's external accounts.

Usage

getExternalAccounts(id = NULL, curlHandle, verbose = FALSE,
  orgJSON = FALSE)

Arguments

id

Character or numeric external account id. The default NULL value will return details on all accounts.

curlHandle

Provide an instance of the CURLHandle-class from the RCurl package. The default will create a curl handle specific to the function call.

verbose

Logical. Should details of the web request print to the console? Defaults to FALSE.

orgJSON

Logical. Should the JSON string be returned without being converted to R objects? Defaults to FALSE.

Value

A data frame.

See Also

Official documentation: http://docs.appfigures.com/api/reference/v2/external-accounts.


appfigures/afapi documentation built on Nov. 13, 2022, 9:27 a.m.