Hi,
I need to get the members of all groups in CS.
I found this rest api request :
It works very well and does get everything I need. The problem that I have is with the limit of the response. By default it's "25" records. I've managed to increase it to "50". Playing with other numbers such as 100 and so on responses with an error.
I was wondering how to get all members of the group (I need only the names) in one GET call? As far as I can see, I'll have to make multiply calls with different page number to get them all by chunks.
Does anyone has something better to offer?
Thanks.