Throttling and limits using Python API

Hi all,

I am trying to get some statistics about our users, such as the total amount of users on Confluence.
I am using the confluence.get_group_members function on the “confluence-users” group.
However, it seems I can only fetch at most 200 users at once. If i loop over the users every 200 users I seem to be throttled after a number of requests. Are there default throttle limits set somewhere in the configuration?