[API] Curl to get more than 100 users or add email addresses to gradebook view/output

Problem statement:

I would like to see the limit of 100 in the API for using curl. It is currently limited to 100 results. I am using this to quickly grab all the users (and their ) in the combined section course with 113 users this term) so I have to use to calls vs one. curl -H 'Authorization: Bearer ' \ GET "https://onu.instructure.com/api/v1/courses/11844/users?per_page=100&page=1” > users_all.json curl -H 'Authorization: Bearer ' \ GET "https://onu.instructure.com/api/v1/courses/11844/users?per_page=100&page=2” >> users_all.json Alternatively, adding the ability to(or default behavior) to the grade book to download/include email addresses for the students would be immensely helpful.

Proposed solution:

Raise the limit of curl requests or ( strongly preferred) add email addresses to the output in grade book view.

User role(s):

instructor

1 Comment
nathanatkinson
Community Team
Community Team
Status changed to: Open