updateQUser: Update a specific Qualtrics user

Description Usage Arguments

View source: R/updateQUser.R

Description

Get user details for the provided user id.

Usage

1
2
3
4
5
6
updateQUser(
  userID,
  userType = "Standard - Webster University",
  accountExpirationDate = NULL,
  url = "QualtricsUrl"
)

Arguments

userID

User ID to update details for

userType

The type of user which determines privileges. "Default access" is the default state for students. "Standard - Webster University" is the default for faculty/staff.

accountExpirationDate

Set the date that the access expires (yyyy-mm-dd)

url

From Renviron OR alternative name in R.environ OR url of server


erikpal/WUtilities documentation built on June 15, 2021, 2:01 p.m.