Groups API pagination

/Groups : Does not provide response in pagination

We have total 15 groups:

  • We are hitting /groups?page_size=5&page_number=1 to test pagination
  • But we receive total records in one page only

With “total_records” field.

Is pagination not supported in /groups endpoint.

Thanks,
-Harshal

Hey @harshalzoomsp01,

As you can see from the docs, there are no pagination params:

This is intended functionality.

Thanks,
Tommy