We are using Gitlab 7.8, I am trying to get a complete list of groups on our prod server via gitlab api, unfortunately gitlab api returns only 20 groups from 80 available groups. Any help on this would be appreciated.
command used is curl -k --header "PRIVATE-TOKEN: token of admin users" https:
Performing this as an administrator and adding an administrator account to all groups did not help either.
source
share