powered by
paxos_list_profiles
paxos_list_profiles(client_id, client_secret, timeout_seconds = 60)
returns a dataframe containing all user profiles
the client id you generated when you created your API key
the client secret you generated when you created your API key
seconds until the query times out. Default is 60.
if (FALSE) { client_id <- "..." client_secret <- "..." profiles <- paxos_list_profiles(client_id, client_secret)}
Run the code above in your browser using DataLab