PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
285 stars 241 forks source link

pd user list truncated to 25 users #492

Open fredpaulincco opened 1 year ago

fredpaulincco commented 1 year ago

I currently have 50 users but the cli utility only appears to be pulling the first 25. As the title states it appears pagination is something that needs to be handled, any advice would be appreciated as I'm able to get this working with a curl but would much rather use the pd cli utility to programmatically dump the user list.