View source: R/projects_and_repos.R
| gl_list_group_members | R Documentation | 
List members of a specific group
gl_list_group_members(group, ...)
| group | The ID or URL-encoded path of the group | 
| ... | passed on to  | 
A tibble with the group members information
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.