This function creates a user in the system.
See also
api_login() to retrieve the login object.
Examples
if (FALSE) { # \dontrun{
creds <- api_login("https://api.example.com", "user", "password", "user")
api_create_user(
creds, "test-service@precisiondosing.de",
"Test", "Service", "Precision Dosing", "password"
)
} # }