I am using a API call to get a luge list of user profiles.
Each profile has about 40 fields and I have it all set up.
When I test the api call it showed a lot of entries no problem
Why does it stop after 50 have been imported into my db?
Even if I change the parameters to only take first 100 it always stop at 50.
Its 1 api call so it is not hitting any api calling limit?