Skip to main content

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

  • July 30, 2013
  • 2 replies
  • 148 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 replies.

2 replies

  • Author
  • Apprentice
  • July 30, 2013

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


aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+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!