Pagination mismatch

We should be using Offset and Limit for pagination while calling get Organization Members endpoint,

Could you please let us know how to do that ?

Offset != page and Limit != per_page

page and per page are different than offset and limit.

So we need to convert offset and limit to page and per page (Happy to know what might be the way to convert )