Hi all,
is there a way get the total amount of pages from the API "GET
/{realm}/groups/{id}/members" (Get users Returns a list of users, filtered according
to query parameters)?
As I see it, I can only specify an offset and a page size and get an JSON array of
UserRepresentations. But there is no max count or "maximum pages" value that is
returned. That way I cannot query for a specific page.
Am I missing something or is there another way to obtain this information?
Best regards
Jan Lengenfeld