Closed richard-kong closed 9 years ago
When using User.Get() intercom returns a paged resultset with a URL for the next page. I have implemented User.GetPage(url) to retrieve the users on the next page.
User.Get()
User.GetPage(url)
Just found that pages can be specified in User.get by setting page and perPage variables. So this pull request is not required.
page
perPage
When using
User.Get()
intercom returns a paged resultset with a URL for the next page. I have implementedUser.GetPage(url)
to retrieve the users on the next page.