The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
Solved! Go to Solution.
@swetha_cheruku Canvas API responses are paginated. There are a few ways to work through pages of results. Please check out the pagination section of the API documentation.
Yes, 100 is the limit of objects per page.
@swetha_cheruku Canvas API responses are paginated. There are a few ways to work through pages of results. Please check out the pagination section of the API documentation.
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
Yes, 100 is the limit of objects per page.
you need to look at page 2 of the results to see the next set of (100) users
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in