library(QualtricsInR) #> ✔ API token successfully loaded!
You can inspect all the groups defined for your organisation using the usual list function.
lst_groups <- list_groups()
Using the group id of interest, you can then proceed with a number of operations:
get_group()
retrieves group specific informationupdate_group()
allows to update group specic settingsadd_user_group()
remove_user_group()
remove_user_group()
Of course one can also delete a group through the API.
Finally, although Qualtrics provides a method to create new groups, it requires the specification of a group type id. The list of different group type ids don’t seem to be found. We will update the documentation when ready.