I have a python script that pulls the groups in the system and exports it to CSV. The output has group user counts and I use this for cleaning up groups that have zero users, and for other documentation.
With the move to audiences and the deprecation of groups, the same pull from audiences only gives info about the group provisioning, not the user count.
To pull the user count I need to know the codes for all of my 600 plus groups, iterate on each group and then do the calculations to get the count.
This is significantly more effort to get the basic information that Docebo should be giving us in a report.
Has anyone else found a solution for this? Or reporting on groups in general?