get_users_in_account: Get users in account

Description Usage Arguments Value Examples

View source: R/simple_functions.R

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.

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

1
2
3
get_users_in_account(account_id, enrollment_type = NULL)

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

A dataframe containing information about users in the specified subaccount

Examples

1
2
3
get_users_in_account(123, "teacher")

get_users_in_account(123, "teacher")

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.