You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
773B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/users.R
  3. \name{add_user}
  4. \alias{add_user}
  5. \title{Add an user}
  6. \usage{
  7. add_user(admin, pass, id, name, email, password,
  8. url = "http://127.0.0.1:9090/i2b2/services/PMService/getServices",
  9. domain = "")
  10. }
  11. \arguments{
  12. \item{admin}{The username to connect with}
  13. \item{pass}{The password for the user}
  14. \item{id}{The id (no spaces, unique) of the new user}
  15. \item{name}{The full name of the new user}
  16. \item{email}{The email of the new user}
  17. \item{password}{The password for the new user}
  18. \item{url}{The URL of the i2b2 cell to communicate with}
  19. \item{domain}{The domain to act on}
  20. }
  21. \value{
  22. The XML return message as an httr::content() object
  23. }
  24. \description{
  25. Add an i2b2 user to the instance
  26. }