get_users_in_account: Get users in account

View source: R/simple_functions.R

get_users_in_accountR Documentation

Get users in account

Description

Gets all user information from a specified account. You can use the argument enrollment_type to set a specific filter to user type, to save some time.

Usage

get_users_in_account(account_id, enrollment_type = NULL)

Arguments

account_id

the canvas id of the account (integer)

enrollment_type

the canvas enrollment type. Use either "student", "teacher", "ta", "observer" or "designer" (character)

Value

A dataframe containing information about users in the specified subaccount

Examples


get_users_in_account(123, "teacher")

ICTO-FMG/uvacanvas documentation built on Dec. 6, 2024, 2:32 p.m.