Description Usage Arguments Value Author(s) Examples
Retrieves company (profile) info. Core API call Retrieve Company Info
1  | retrieve_company_info(server_name, profile_id, access_token)
 | 
server_name | 
 String of the iFormBuilder server name  | 
profile_id | 
 Integer of the iFormBuilder profile ID  | 
access_token | 
 Access token produced by   | 
Dataframe containing company info attributes
Bill DeVoe, William.DeVoe@maine.gov
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | ## Not run: 
# Get access_token
access_token <- get_iform_access_token(
  server_name = "your_server_name",
  client_key_name = "your_client_key_name",
  client_secret_name = "your_client_secret_name")
# Get a list of all usernames and user IDs in a profile
company_info <- retrieve_company_info(
  server_name = "your_server_name",
  profile_id = 123456,
  access_token = access_token)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.