
Hi Ryan,
The Get Organization Members-endpoint does support limit
and offset
, but it looks like the PHP client does not: https://github.com/podio/podio-php/blob/eca10604157b880cad5528ccaf43b2c81d791860/models/PodioOrganizationMember.php#L28-L30
It's a matter of adding an $options
parameter to that function, and use that to construct the URL like here: https://github.com/podio/podio-php/blob/39be54f95989aa629cdf4db39bd29ea6178bbfa6/models/PodioTask.php#L76-L77
Pull requests appreciated :)
Best,
Andreas