gl_list_group_members {gitlabr}R Documentation

List members of a specific group

Description

List members of a specific group

Usage

gl_list_group_members(group, ...)

Arguments

group

The ID or URL-encoded path of the group

...

passed on to gitlab() API call for "groups"

Value

A tibble with the group members information

Examples

## Not run: 
set_gitlab_connection(
  gitlab_url = "https://gitlab.com",
  private_token = Sys.getenv("GITLAB_COM_TOKEN")
)
gl_list_group_members(group = "<<your-group-id>>")

## End(Not run)

[Package gitlabr version 2.1.0 Index]