swetha_cheruku
Community Member

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)??

0 Likes
2 Solutions
stimme
Community Coach
Community Coach

@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.

View solution in original post

Yes, 100 is the limit of objects per page.

View solution in original post