Implemented feature idea or fixed bug
Is there a quick way to export a list of teachers with their User ID? I am working to set up an assessment system for later LTI integration and need to list teachers. I am hoping to avoid clicking each user individually to access their IDs.
Comments (2)
Hello Aaron!
Unfortunately there is not a simple way to accomplish this through the UI and will require reviewing each user's enrollments. Another option is to use the API to pull the raw data, however it would require you to compile the data manually into a CSV file.
Thank you, that's helpful.