When we use 'Get Group Members' API call of confluence cloud(https://developer.atlassian.com/cloud/confluence/rest/api-group-group/#api-api-group-member-get). We found two issue related to Pagination.
1) We didn't get the 'totalSize' of the members in the API call, we only get the 'size' key in the output of the API call which is equals to limit, where as when we use search API call(https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/), we get the 'totalSize' key in which total number of elements are mentioned in the call. This issue we found in other Get API calls of confluence could like 'Get Spaces' API call(https://developer.atlassian.com/cloud/confluence/rest/api-group-space/#api-api-space-get).
2)Also we faced another pagination issue in which the 'next' key in the '_links' JSON object is missing in the output of the 'Get Group Members' API call.
Does Anybody faced the similar issue or had a solution for the above problem?
Thanks.
WMIO