···236236 }
237237238238 // If this is not the last page, set the cursor
239239- if len(users) < limit && len(users) > 1 {
239239+ if len(users) >= limit && len(users) > 1 {
240240 nextCursor := fmt.Sprintf("%d", users[len(users)-1].ID)
241241 resp.Cursor = &nextCursor
242242 }