get_user_folders: Retrieves folders of the current user.

View source: R/get_user_folders.R

get_user_foldersR Documentation

Retrieves folders of the current user.

Description

This function retrieves all folders associated with the user accessing the API.

Usage

get_user_folders(canvas)

Arguments

canvas

An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.

Details

Returns a list of all folders 'owned by' the current user. Note that since self replaces user_id, the id of the user accessing the API does not need to be specified. The highest level folder name is ⁠my folder⁠.

Value

Returns a data frame containing the details on the folders available to the user accessing the API.

See Also

get_course_root_folder() and get_course_folders()


vvcanvas documentation built on Sept. 9, 2025, 5:39 p.m.