View source: R/simple_functions.R
get_users_in_account | R Documentation |
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.
get_users_in_account(account_id, enrollment_type = NULL)
account_id |
the canvas id of the account (integer) |
enrollment_type |
the canvas enrollment type. Use either "student", "teacher", "ta", "observer" or "designer" (character) |
A dataframe containing information about users in the specified subaccount
get_users_in_account(123, "teacher")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.