Pagination

The search result is by default paged to 20 resources per page. Page numbering starts at page '1'. Max resources per page cannot be more then 100 resources. This holds true for all the "get-all" search requests as well. The paging parameters can override the defaults by using the paging parameters as described in example below. In this example the page size is changed to 50 resources:

GET /ers/config/internaluser?filter=name.STARTW.a&filter=identityGroup.EQ.Finance&?size=50&page=1