get_accounts: Get a list of accounts from the Canvas LMS API

View source: R/get_accounts.R

get_accountsR Documentation

Get a list of accounts from the Canvas LMS API

Description

Retrieves a paginated list of accounts that the current user can view or manage.

Usage

get_accounts(canvas, include = NULL, per_page = 100)

Arguments

canvas

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

include

A vector of additional information to include. Default is NULL.

per_page

Number of accounts to retrieve per page. Default is 100.

Value

A list of accounts retrieved from the Canvas LMS API.


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