Using the API to retrieve all Users it only retrieve the first 50

  • 30 July 2013
  • 2 replies
  • 86 views

Hello,

The api method described here:

http://freshdesk.com/api/users/


Under the header "Viewing all users" doesn't work as expected.

As it only retrieve the first 50 users. 

With this limitation we can't add custom info (or correct the current info) for all the users in freshdesk using our database.

How can we retrieve all our users?

Thanks

Marco


This topic has been closed for comments

2 replies

I found out that you have an undocumented parameter "page", by using this and going through all pages I managed to retrieve all customers. 

Is there another way?

Could you please add it to your documentation?

Thanks

Marco

Userlevel 4
Badge +12





Hello,




It is now possible to obtain more than 50 results per page and also navigate using the page parameter . You can find more information here : https://developer.freshdesk.com/api/#pagination




Cheers!