get_group_users: Get users in a group

View source: R/get_group_users.R

get_group_usersR Documentation

Get users in a group

Description

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

Usage

get_group_users(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 users.

Value

A data frame of users in the specified group.


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