create_group: Create a group on GitLab using the API

create_groupR Documentation

Create a group on GitLab using the API

Description

Create a group on GitLab using the API

Usage

create_group(
  token,
  groupname = "",
  userfile = "",
  permission = 20,
  server = "https://gitlab.com/api/v4/"
)

Arguments

token

GitLab token

groupname

Group to create on GitLab (defaults to user's namespace)

userfile

A csv file with student information (i.e., username, token, and email)

permission

Permission setting for the group (default is 20, i.e., reporter)

server

The GitLab API server

Details

See https://github.com/vnijs/gitgadget for additional documentation


gitgadget documentation built on Aug. 24, 2023, 9:08 a.m.