new_correlcloud_user | R Documentation |
creates new user in CorrelCloud
new_correlcloud_user(
con,
first_name,
last_name,
email,
groups = NA,
user_id = NA
)
con |
ocs4R::ocsManager. connection to CorrelCloud as created by new_correlcloud_con |
first_name |
character. first name of user. |
last_name |
character. last name of user |
email |
character. email address to send invitation to. |
groups |
character. character vector of groups to add user to. defaults to NA. |
user_id |
character. user_id/login. defaults to NA, i.e. creating user name from first_name and last_name. |
the created user as per getUser method of ocs4R::ocsManager
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.