Create a group on GitLab using the API
create_group(
token,
groupname = "",
userfile = "",
permission = 20,
server = "https://gitlab.com/api/v4/"
)
GitLab token
Group to create on GitLab (defaults to user's namespace)
A csv file with student information (i.e., username, token, and email)
Permission setting for the group (default is 20, i.e., reporter)
The GitLab API server
See https://github.com/vnijs/gitgadget for additional documentation