Description Usage Arguments Value Examples
List Users https://api.qualtrics.com/docs/managing-users#list-users
1 2 3 4 5 6 | listUsers(
yourdatacenterid = Sys.getenv("QUALTRICS_DATACENTERID"),
yourapitoken = Sys.getenv("QSI_TOKEN"),
offset = 0,
responseOnly = FALSE
)
|
yourdatacenterid |
Set in .Renviron |
yourapitoken |
Set in .Renviron |
offset |
paging, defaults to 0 (first page only) |
responseOnly |
Return response() object only? Defaults to FALSE. |
Response or data.frame
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.