Flowable-rest/service/identity/users GET returning only 10 users

Good afternoon.

I am playing with Flowable’s REST API, and when I used the identity/users endpoint, the response contains only 10 users, even though there are 48 entries on this server.

I can even see that the total is right, as stated by the response itself:

“total”: 48,
“size”: 10

What do I have to do to be able to get the full response?
I can’t see any parameter dealing with that.

Thank you

Hi,

use pagination

Regards
Martin

1 Like

That was it… thank you