get_group_info: Get information about a single group

View source: R/get_group_info.R

get_group_infoR Documentation

Get information about a single group

Description

This function retrieves information about a specific group in the Canvas LMS API.

Usage

get_group_info(canvas, group_id)

Arguments

canvas

A list containing the 'api_key' and 'base_url' for authentication.

group_id

The ID of the group for which to retrieve the information.

Value

A list containing the information about the specified group.


vvcanvas documentation built on June 22, 2024, 6:53 p.m.