-
Suggestion
-
Resolution: Unresolved
-
None
As an admin, I would like to know the total results from the following endpoint:
- https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-get - GET groups
Currently, the documentation shows 'totalSize' in the response; however, this field wasn't implemented as part of these APIs.
Having access to this information makes it easier to paginate and calculate the exact number of groups and group members without having to send multiple requests and sum all the results for each page.
It could work the same way as this endpoint: GET group members. We can add a parameter `shouldReturnTotalSize` to return the `totalSize` in the response.